furi_record_exists

Function furi_record_exists 

Source
pub unsafe extern "C" fn furi_record_exists(
    name: *const c_char,
) -> bool
Expand description

Check if record exists

ยงArguments

  • name - record name

Note: Thread safe. Create and destroy must be executed from the same thread.