Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
fn decode_large_handle(handle: u32) -> u32 {
328
handle & !LARGE_FLAG
329
}
330
331
fn is_large_handle(handle: u32) -> bool {
332
handle & LARGE_FLAG != 0
Callers
2
get
Method · 0.85
free
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected