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

Method fired

nodedb-cluster/tests/rebalancer_loop.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62 self.calls.lock().unwrap().clone()
63 }
64 fn fired(&self) -> bool {
65 self.fired.load(Ordering::SeqCst)
66 }
67}
68
69#[async_trait]

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected