Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ drop
Method
drop
tests/all/func.rs:515–517 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
513
514
impl Drop for A {
515
fn drop(&mut self) {
516
HITS.fetch_add(1, SeqCst);
517
}
518
}
519
520
let mut store = Store::<()>::default();
Callers
nothing calls this directly
Calls
1
store
Method · 0.45
Tested by
no test coverage detected