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

Function is_large_handle

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

Source from the content-addressed store, hash-verified

329}
330
331fn is_large_handle(handle: u32) -> bool {
332 handle & LARGE_FLAG != 0
333}
334
335/// Find the tier index for a given value size.
336///

Callers 2

getMethod · 0.85
freeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected