Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ to_vec
Method
to_vec
nodedb/src/bridge/envelope.rs:47–49 ·
view source on GitHub ↗
Convert to Vec .
(&self)
Source
from the content-addressed store, hash-verified
45
46
/// Convert to Vec<u8>.
47
pub fn to_vec(&self) -> Vec<u8> {
48
self.as_bytes().to_vec()
49
}
50
}
51
52
impl Deref for Payload {
Callers
15
hostname
Function · 0.45
recover
Method · 0.45
bind_writes_catalog_and_advances_registry
Function · 0.45
bind_is_idempotent
Function · 0.45
append_surrogate_bind
Method · 0.45
make_partial
Function · 0.45
merge_filters
Function · 0.45
convert_aggregate
Function · 0.45
convert_vector_primary_insert
Function · 0.45
convert_join
Function · 0.45
convert_timeseries_scan
Function · 0.45
sql_value_to_bytes
Function · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
15
bind_writes_catalog_and_advances_registry
Function · 0.36
bind_is_idempotent
Function · 0.36
rs256_roundtrip
Function · 0.36
rs256_wrong_key_rejected
Function · 0.36
replicated_entry_roundtrip
Function · 0.36
task_route_holds_plan
Function · 0.36
from_plan_kv_get
Function · 0.36
many_mixed_deterministic_dispatch_order
Function · 0.36
response_ok
Function · 0.36
response_roundtrip
Function · 0.36
index_cleaned_on_delete
Function · 0.36
raw_put_timing
Function · 0.36