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

Method heal

nodedb-cluster/tests/reachability_loop.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35 })
36 }
37 fn heal(&self) {
38 self.healthy.store(true, Ordering::SeqCst);
39 }
40}
41
42#[async_trait]

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected