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

Method drop

crates/wasmtime/src/runtime/code.rs:266–268  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

264
265impl Drop for EngineCode {
266 fn drop(&mut self) {
267 crate::module::unregister_code(self.original_code.raw_addr_range());
268 }
269}
270
271pub enum Types {

Callers

nothing calls this directly

Calls 2

unregister_codeFunction · 0.85
raw_addr_rangeMethod · 0.80

Tested by

no test coverage detected