Skip to main content

resolve_internal_fn

Function resolve_internal_fn 

Source
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.