MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / decode_large_handle

Function decode_large_handle

nodedb/src/engine/kv/slab.rs:327–329  ·  view source on GitHub ↗
(handle: u32)

Source from the content-addressed store, hash-verified

325}
326
327fn decode_large_handle(handle: u32) -> u32 {
328 handle & !LARGE_FLAG
329}
330
331fn is_large_handle(handle: u32) -> bool {
332 handle & LARGE_FLAG != 0

Callers 2

getMethod · 0.85
freeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected