Skip to main content

function_reads_sender

Function function_reads_sender 

Source
pub fn function_reads_sender<'gcx>(
    gcx: Gcx<'gcx>,
    func_id: FunctionId,
    seen: &mut HashSet<FunctionId>,
) -> bool
Expand description

Whether the body of func_id reads msg.sender/tx.origin, following calls.