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

Method is_empty

rust/fory-core/src/buffer.rs:56–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54
55 #[inline(always)]
56 pub fn is_empty(&self) -> bool {
57 self.bf.is_empty()
58 }
59
60 #[inline(always)]
61 pub fn reserve(&mut self, additional: usize) {

Callers 15

write_decimal_unscaledFunction · 0.80
fory_write_dataFunction · 0.80
parse_numberFunction · 0.80
read_compatibleMethod · 0.80
skip_collectionFunction · 0.80
new_with_type_metaMethod · 0.80
from_remote_metaMethod · 0.80
build_struct_type_infosFunction · 0.80
register_struct_typeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected