metro
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
metro
gradle-plugin
/
dev.zacsweers.metro.gradle.analysis
/
FanScore
Fan
Score
@
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.
Members
Constructors
Fan
Score
Link copied to clipboard
constructor
(
key
:
String
,
bindingKind
:
String
,
fanIn
:
Int
,
fanOut
:
Int
,
dependents
:
List
<
String
>
,
dependencies
:
List
<
String
>
)
Properties
binding
Kind
Link copied to clipboard
val
bindingKind
:
String
dependencies
Link copied to clipboard
val
dependencies
:
List
<
String
>
dependents
Link copied to clipboard
val
dependents
:
List
<
String
>
fan
In
Link copied to clipboard
val
fanIn
:
Int
fan
Out
Link copied to clipboard
val
fanOut
:
Int
key
Link copied to clipboard
val
key
:
String