Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ as_ref
Method
as_ref
nodedb/src/bridge/envelope.rs:60–62 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
58
59
impl AsRef<[u8]> for Payload {
60
fn as_ref(&self) -> &[u8] {
61
self.as_bytes()
62
}
63
}
64
65
impl From<Vec<u8>> for Payload {
Callers
15
main
Function · 0.45
encryption_key
Method · 0.45
encryption_ring
Method · 0.45
run_checkpoint_cycle
Function · 0.45
spawn_checkpoint_task
Function · 0.45
execute_plan_inner
Method · 0.45
spawn_cold_tier_task
Function · 0.45
get_collection
Method · 0.45
lookup_array
Method · 0.45
plan_with_nodedb_sql
Method · 0.45
plan_sql_with_params_and_rls
Method · 0.45
sql_expr_to_scan_filters
Function · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
15
assign_writes_reverse_binding
Function · 0.36
assign_persists_hwm_at_flush_threshold
Function · 0.36
rs256_roundtrip
Function · 0.36
rs256_wrong_key_rejected
Function · 0.36
sink_impl_works
Function · 0.36
stamp_on_create_assigns_version_one
Function · 0.36
stamp_monotonic_across_updates
Function · 0.36
stamp_ignores_deletes
Function · 0.36
apply_put_collection_writes_redb
Function · 0.36
apply_deactivate_collection_preserves_record
Function · 0.36
apply_deactivate_missing_is_noop
Function · 0.36
apply_put_then_delete_sequence
Function · 0.36