Member predicate SrcCallable::isEffectivelyPublic
Holds if this callable is effectively public in the sense that it can be
called from outside the codebase. This means either a public callable on
a sufficiently public type or a protected callable on a sufficiently
public non-final type.
predicate isEffectivelyPublic()