FanScore

@Serializable
data class FanScore(val key: String, val bindingKind: String, val fanIn: Int, val fanOut: Int, val dependents: List<String>, val dependencies: List<String>)(source)

Fan-in and fan-out scores for a single binding.

Constructors

Link copied to clipboard
constructor(key: String, bindingKind: String, fanIn: Int, fanOut: Int, dependents: List<String>, dependencies: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val fanIn: Int
Link copied to clipboard
val fanOut: Int
Link copied to clipboard
val key: String