fn resolved_internal_callee(gcx: Gcx<'_>, expr: &Expr<'_>) -> Option<FunctionId>Expand description
The declaration a call executes in the current EVM frame. A public function called by name
is internal here, while this.f() and other external calls run in another frame whose
assembly return cannot bypass the caller’s later statements.