Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ bytes
Method
bytes
nodedb-mem/src/budget_guard.rs:63–65 ·
view source on GitHub ↗
The number of bytes reserved by this guard.
(&self)
Source
from the content-addressed store, hash-verified
61
62
/// The number of bytes reserved by this guard.
63
pub fn bytes(&self) -> usize {
64
self.bytes
65
}
66
}
67
68
impl Drop for BudgetGuard {
Callers
6
geohash_decode
Function · 0.45
bloom_bit_pos
Function · 0.45
is_nanoid
Function · 0.45
extract_column_pairs
Function · 0.45
extract_with_options
Function · 0.45
extract_balanced_raw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected