track_unsafe_block_exit

Function track_unsafe_block_exit 

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

Track unsafe block exit.

Records an UnsafeBlockExit event. Use this when exiting an unsafe block.

ยงArguments

  • block_id - Identifier matching the corresponding track_unsafe_block_enter
  • location - Source location