MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / CountDrops

Class CountDrops

tests/all/gc.rs:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88struct CountDrops(Arc<AtomicUsize>);
89
90impl Drop for CountDrops {
91 fn drop(&mut self) {

Callers 3

wasm_dropping_refsFunction · 0.70
recursively_build_treeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected