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

Method governor

nodedb-spatial/src/rtree/tree.rs:48–50  ·  view source on GitHub ↗

Shared reference to the governor, if any.

(&self)

Source from the content-addressed store, hash-verified

46
47 /// Shared reference to the governor, if any.
48 pub(crate) fn governor(&self) -> Option<&Arc<MemoryGovernor>> {
49 self.governor.as_ref()
50 }
51
52 pub fn len(&self) -> usize {
53 self.len

Callers 2

checkpoint_to_bytesMethod · 0.80
entriesMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected