Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ dependencies
Method
dependencies
nodedb-cluster/src/subsystem/topo_sort.rs:117–119 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
115
}
116
117
fn dependencies(&self) -> &
'static [&'
static str] {
118
self.deps
119
}
120
121
async fn start(&self, _ctx: &BootstrapCtx) -> Result<SubsystemHandle, BootstrapError> {
122
let (tx, _rx) = watch::channel(false);
Callers
1
topo_sort
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected