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
/
GraphStatistics
/
GraphStatistics
Graph
Statistics
constructor
(
totalBindings
:
Int
,
scopedBindings
:
Int
,
unscopedBindings
:
Int
,
bindingsByKind
:
Map
<
String
,
Int
>
,
averageDependencies
:
Double
,
maxDependencies
:
Int
,
maxDependenciesBinding
:
String
?
,
rootBindings
:
Int
,
leafBindings
:
Int
,
multibindingCount
:
Int
,
aliasCount
:
Int
)
(
source
)