Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ as_bytes
Method
as_bytes
nodedb-wal/src/secure_mem.rs:36–38 ·
view source on GitHub ↗
Access the key bytes.
(&self)
Source
from the content-addressed store, hash-verified
34
35
/// Access the key bytes.
36
pub fn as_bytes(&self) -> &[u8; 32] {
37
&self.bytes
38
}
39
}
40
41
impl Drop for SecureKey {
Callers
15
prefix_successor
Function · 0.45
rtree_storage_key
Function · 0.45
meta_storage_key
Function · 0.45
read_arena_resident
Function · 0.45
to_bytes
Method · 0.45
to_bytes
Method · 0.45
automatic_segment_rollover
Function · 0.45
truncation_removes_old_segments
Function · 0.45
replay_from_checkpoint_lsn
Function · 0.45
encryption_persists_across_segments
Function · 0.45
wal_encrypted_restart_roundtrip
Function · 0.45
uring_group_commit_many_records
Function · 0.45
Calls
no outgoing calls
Tested by
10
automatic_segment_rollover
Function · 0.36
truncation_removes_old_segments
Function · 0.36
replay_from_checkpoint_lsn
Function · 0.36
encryption_persists_across_segments
Function · 0.36
wal_encrypted_restart_roundtrip
Function · 0.36
uring_group_commit_many_records
Function · 0.36
write_records
Function · 0.36
extract_and_shadow_writes_before_purge_lsn
Function · 0.36
uring_many_sub_page_batches_remain_aligned
Function · 0.36
test_fnv1a
Function · 0.36