Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ finish
Method
finish
nodedb-codec/src/lz4.rs:241–243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
239
}
240
241
pub fn finish(self) -> Vec<u8> {
242
encode_with_block_size(&self.buf, self.block_size)
243
}
244
}
245
246
impl Default for Lz4Encoder {
Callers
15
fmt
Method · 0.45
fmt
Method · 0.45
streaming_encoder
Function · 0.45
fmt
Method · 0.45
compute_schema_hash
Function · 0.45
to_series_id
Method · 0.45
push_restore
Function · 0.45
three_node_dry_run_validates_envelope
Function · 0.45
hash_field_bytes
Function · 0.45
hash_field_bytes_with
Function · 0.45
handle_stream
Function · 0.45
send_rpc_to_addr_inner
Method · 0.45
Calls
1
encode_with_block_size
Function · 0.85
Tested by
3
streaming_encoder
Function · 0.36
push_restore
Function · 0.36
three_node_dry_run_validates_envelope
Function · 0.36