Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/bridge/envelope.rs:42–44 ·
view source on GitHub ↗
Length in bytes.
(&self)
Source
from the content-addressed store, hash-verified
40
41
/// Length in bytes.
42
pub fn len(&self) -> usize {
43
self.as_bytes().len()
44
}
45
46
/// Convert to Vec<u8>.
47
pub fn to_vec(&self) -> Vec<u8> {
Callers
15
hostname
Function · 0.45
append
Method · 0.45
append_durable
Method · 0.45
recover
Method · 0.45
pending_segments
Method · 0.45
parse_segment_filename
Function · 0.45
validate_for_startup
Method · 0.45
alloc
Method · 0.45
available
Method · 0.45
drain
Method · 0.45
recalculate_tenant_limits
Method · 0.45
dispatch_to_core
Method · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
15
startup_message
Function · 0.36
query_message
Function · 0.36
sqlstate
Function · 0.36
segment_encrypted_at_rest_restart_roundtrip
Function · 0.36
alter_add_column_does_not_stall_writes
Function · 0.36
corrupt_last_byte
Function · 0.36
gdpr_erasure_physically_dropped_outside_retention_horizon
Function · 0.36
encode_json_frame
Function · 0.36
make_governor_at
Function · 0.36
is_session_param_fallback
Function · 0.36
bitemporal_columnar_schema_shape
Function · 0.36
structural_codec_compresses_sorted_tile
Function · 0.36