pub(super) fn callee_calls_other_local(tcx: TyCtxt<'_>, callee: DefId) -> bool
Return true if the callee body contains any Call terminator (to local functions that may have side effects), meaning the callee is not self-contained.