Skip to main content

handler_edge_fingerprint

Function handler_edge_fingerprint 

Source
pub fn handler_edge_fingerprint(
    pre_merge_edges_hash: Option<B256>,
    target: Address,
    selector: Selector,
) -> B256
Expand description

Edge-coverage fingerprint for a handler-side assertion call. Prefers a pre-merge edges hash; falls back to keccak(target || selector) when edge coverage is disabled.