MCPcopy 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
68impl Drop for BudgetGuard {

Callers 6

geohash_decodeFunction · 0.45
bloom_bit_posFunction · 0.45
is_nanoidFunction · 0.45
extract_column_pairsFunction · 0.45
extract_with_optionsFunction · 0.45
extract_balanced_rawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected