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

Method clear_context

cranelift/module/src/module.rs:1014–1016  ·  view source on GitHub ↗
(&self, ctx: &mut Context)

Source from the content-addressed store, hash-verified

1012 }
1013
1014 fn clear_context(&self, ctx: &mut Context) {
1015 (**self).clear_context(ctx)
1016 }
1017
1018 fn make_signature(&self) -> ir::Signature {
1019 (**self).make_signature()

Callers 2

define_functionMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected