pub unsafe extern "C" fn flipper_format_key_exist(
    flipper_format: *mut FlipperFormat,
    key: *const c_char
) -> bool
Expand description

Check if the key exists.

Returns:

  • true key exists
  • false key is not exists

Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • key - Key