track_unsafe_fn_call

Function track_unsafe_fn_call 

Source
pub fn track_unsafe_fn_call(fn_name: &str, location: &str)
Expand description

Track unsafe function call.

Records an UnsafeFnCall event. Use this when calling an unsafe function.

ยงArguments

  • fn_name - Name of the unsafe function being called
  • location - Source location