Skip to main content

is_external_call

Function is_external_call 

Source
pub(super) fn is_external_call<'gcx>(
    gcx: Gcx<'gcx>,
    callee: &Expr<'gcx>,
) -> bool
Expand description

True if calling callee interacts with another contract (or deploys one).