MCPcopy 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
41impl Drop for SecureKey {

Callers 15

prefix_successorFunction · 0.45
rtree_storage_keyFunction · 0.45
meta_storage_keyFunction · 0.45
read_arena_residentFunction · 0.45
to_bytesMethod · 0.45
to_bytesMethod · 0.45

Calls

no outgoing calls