fn internal_callee(
gcx: Gcx<'_>,
callee: &Expr<'_>,
contract: ContractId,
defining_contract: Option<ContractId>,
) -> Option<FunctionId>Expand description
The selected internal function in the analyzed contract’s dispatch context.