MCPcopy Create free account
hub / github.com/apache/fory / is_none

Method is_none

rust/fory-core/src/serializer/codec.rs:746–748  ·  view source on GitHub ↗
(value: &T)

Source from the content-addressed store, hash-verified

744
745 #[inline(always)]
746 fn is_none(value: &T) -> bool {
747 value.fory_is_none()
748 }
749
750 #[inline(always)]
751 fn is_polymorphic() -> bool {

Callers 12

fory_is_noneMethod · 0.45
write_vec_dynamicFunction · 0.45
skip_structFunction · 0.45
skip_extFunction · 0.45
get_source_fieldsFunction · 0.45
is_tuple_structFunction · 0.45
field_dispatch_forFunction · 0.45
codec_type_forFunction · 0.45

Calls 1

fory_is_noneMethod · 0.45

Tested by

no test coverage detected