Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ drop
Method
drop
nodedb/src/fail_point.rs:91–93 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
89
90
impl Drop for FailGuard {
91
fn drop(&mut self) {
92
clear(&self.name);
93
}
94
}
95
}
96
Callers
nothing calls this directly
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected