Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ drop
Method
drop
crates/vm/src/recursion.rs:27–29 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
25
26
impl Drop for ReprGuard<'_> {
27
fn drop(&mut self) {
28
self.vm.repr_guards.borrow_mut().remove(&self.id);
29
}
30
}
Callers
nothing calls this directly
Calls
2
borrow_mut
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected