MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / drop

Method drop

compiler/tests/common.rs:37–41  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

35
36impl Drop for TestResolver {
37 fn drop(&mut self) {
38 if let Some(canon) = self.in_flight_marker.take() {
39 self.state.borrow_mut().in_flight.remove(&canon);
40 }
41 }
42}
43
44impl TestResolver {

Callers

nothing calls this directly

Calls 2

takeMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected