CodeQL library for Java
codeql/java-all 0.5.5 ( 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 ( )