Skip to main content

callee_can_reenter

Function callee_can_reenter 

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

An external call that hands control to another contract: a low-level call/callcode/ delegatecall on an address, or a state-changing external function call.