flipper_format_stream_get_value_count

Function flipper_format_stream_get_value_count 

Source
pub unsafe extern "C" fn flipper_format_stream_get_value_count(
    stream: *mut Stream,
    key: *const c_char,
    count: *mut u32,
    strict_mode: bool,
) -> bool
Expand description

Get the count of values by key from a stream.

§Arguments

  • stream -
  • key -
  • count -
  • strict_mode -

§Returns

true false