track_unsafe_block_enter

Function track_unsafe_block_enter 

Source
pub fn track_unsafe_block_enter(block_id: usize, location: &str)
Expand description

Track unsafe block entry.

Records an UnsafeBlockEnter event. Use this when entering an unsafe block.

ยงArguments

  • block_id - Unique identifier for this unsafe block
  • location - Source location