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

Method drop

tests/all/linker.rs:218–220  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

216
217 impl Drop for DropMe {
218 fn drop(&mut self) {
219 self.0.set(true);
220 }
221 }
222
223 let flag = Rc::new(Cell::new(false));

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected