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

Member predicate MetricCallable::getEfferentCoupling

The efferent coupling of a callable is defined as the number of callables on which this callable depends.

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

int getEfferentCoupling()