Skip to main content

is_caller_like

Function is_caller_like 

Source
fn is_caller_like<'hir>(
    hir: &'hir Hir<'hir>,
    expr: &'hir Expr<'hir>,
    depth: u8,
    ns: Symbol,
    member: Symbol,
) -> bool
Expand description

Shared shape for msg.sender / tx.origin recognition.