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

Method drop

tests/all/funcref.rs:126–128  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

124
125 impl Drop for SetOnDrop {
126 fn drop(&mut self) {
127 self.0.store(true, SeqCst);
128 }
129 }
130}
131

Callers

nothing calls this directly

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected