Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BillyDM/Firewheel
/ drop
Method
drop
crates/firewheel-graph/src/processor.rs:65–67 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
63
64
impl Drop for FirewheelProcessor {
65
fn drop(&mut self) {
66
self.drop_inner();
67
}
68
}
69
70
impl FirewheelProcessor {
Callers
nothing calls this directly
Calls
1
drop_inner
Method · 0.80
Tested by
no test coverage detected