Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_unscaled
Function · 0.80
read_primitive_array_vec_compatible_mismatch
Function · 0.80
fory_write_data
Function · 0.80
parse_number
Function · 0.80
read_compatible
Method · 0.80
skip_collection
Function · 0.80
validate_named_registration
Function · 0.80
new_with_type_meta
Method · 0.80
from_remote_meta
Method · 0.80
build_struct_type_infos
Function · 0.80
register_struct_type
Method · 0.80
register_serializer_type
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected