Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
impl 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
44
impl TestResolver {
Callers
nothing calls this directly
Calls
2
take
Method · 0.80
remove
Method · 0.80
Tested by
no test coverage detected