Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb-codec/src/lz4.rs:237–239 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
235
}
236
237
pub fn is_empty(&self) -> bool {
238
self.buf.is_empty()
239
}
240
241
pub fn finish(self) -> Vec<u8> {
242
encode_with_block_size(&self.buf, self.block_size)
Callers
15
encode
Function · 0.45
alp_encodability
Function · 0.45
from_i64
Method · 0.45
from_f64
Method · 0.45
encode_delta_fastlanes_lz4
Function · 0.45
decode_delta_fastlanes_lz4
Function · 0.45
encode_delta_fastlanes_rans
Function · 0.45
decode_delta_fastlanes_rans
Function · 0.45
encode
Function · 0.45
encode_with_block_size
Function · 0.45
encode
Function · 0.45
encode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected