Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ as_bytes
Method
as_bytes
nodedb-codec/src/double_delta.rs:70–72 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
68
}
69
70
pub(crate) fn as_bytes(&self) -> &[u8] {
71
&self.buf
72
}
73
74
pub(crate) fn bit_len(&self) -> usize {
75
self.bit_pos
Callers
12
encode
Function · 0.45
large_data_multiple_blocks
Function · 0.45
compressible_log_data
Function · 0.45
finish
Method · 0.45
large_data_roundtrip
Function · 0.45
better_ratio_than_lz4
Function · 0.45
encode_row_for_wal
Function · 0.45
encode_pk
Function · 0.45
push
Method · 0.45
push_ref
Method · 0.45
push
Method · 0.45
push_ref
Method · 0.45
Calls
no outgoing calls
Tested by
4
large_data_multiple_blocks
Function · 0.36
compressible_log_data
Function · 0.36
large_data_roundtrip
Function · 0.36
better_ratio_than_lz4
Function · 0.36