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

Class Functions

crates/wasmtime/src/compile/stratify.rs:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194 #[derive(Debug)]
195 struct Functions {
196 calls: SecondaryMap<Function, Vec<Function>>,
197 }
198
199 impl Default for Functions {
200 fn default() -> Self {

Callers 2

translate_payloadMethod · 0.85
wasmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected