Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
Callers
1
rebalancer_loop_dispatches_and_mutates_routing
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected