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