ModuleScore

@JsonClass(generateAdapter = true)
data class ModuleScore(val moduleName: String, val score: Long, val weights: Weights, val includesGenerated: Boolean)(source)

Constructors

Link copied to clipboard
constructor(moduleName: String, score: Long, weights: Weights, includesGenerated: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val score: Long
Link copied to clipboard