fn resolve_internal_fn(callee: &Expr<'_>) -> Option<FunctionId>Expand description
Resolves a call’s callee to a FunctionId for plain name() / this.name()
patterns inside the same contract. Returns None for external / library /
member-of-state-var / unresolved calls.