pub fn find_execution_anchors(
source_id: u32,
contract_name: &str,
analysis: &SourceAnalysis,
) -> Vec<ExecutionAnchor>Expand description
Finds execution-based anchors for empty constructors, receive functions, and fallbacks in a contract.