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

Method flat_watch

nodedb/src/control/shutdown/bus.rs:364–366  ·  view source on GitHub ↗

Returns a clone of the underlying flat `ShutdownWatch`.

(&self)

Source from the content-addressed store, hash-verified

362
363 /// Returns a clone of the underlying flat `ShutdownWatch`.
364 pub fn flat_watch(&self) -> &Arc<ShutdownWatch> {
365 &self.flat_watch
366 }
367}
368
369/// Register a loop with both the `LoopRegistry` (flat await) AND the

Callers 2

run_with_listenerFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected