[][src]Function sentry_contrib_native_sys::value_get_length

pub unsafe extern "C" fn value_get_length(value: Value) -> usize

Returns the length of the given map or list.

If an item is not a list or map the return value is 0.