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