MCPcopy 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
64impl Drop for FirewheelProcessor {
65 fn drop(&mut self) {
66 self.drop_inner();
67 }
68}
69
70impl FirewheelProcessor {

Callers

nothing calls this directly

Calls 1

drop_innerMethod · 0.80

Tested by

no test coverage detected