MCPcopy Create free account
hub / github.com/hashintel/hash / defuse

Method defuse

libs/error-stack/src/sink.rs:62–64  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

60 }
61
62 const fn defuse(&mut self) {
63 self.0 = BombState::Defused;
64 }
65}
66
67impl Drop for Bomb {

Callers 5

finishMethod · 0.80
finish_withMethod · 0.80
finish_defaultMethod · 0.80
finish_okMethod · 0.80
branchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected