CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Member predicate MetricCallable::getAfferentCoupling

The afferent coupling of a callable is defined as the number of callables that depend on this callable.

This may also be referred to as the “fan-in” or “incoming dependencies” of a callable.

int getAfferentCoupling()