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

Method drop

tests/all/gc.rs:13–15  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

11
12impl Drop for SetFlagOnDrop {
13 fn drop(&mut self) {
14 self.0.store(true, SeqCst);
15 }
16}
17
18#[test]

Callers

nothing calls this directly

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected