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

Method drop

tests/all/exceptions.rs:429–431  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

427
428impl Drop for SetFlagOnDrop {
429 fn drop(&mut self) {
430 self.0.store(true, Relaxed);
431 }
432}
433
434#[wasmtime_test(wasm_features(exceptions))]

Callers

nothing calls this directly

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected