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

Class Function

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

Source from the content-addressed store, hash-verified

189
190 #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
191 struct Function(u32);
192 wasmtime_environ::entity_impl!(Function);
193
194 #[derive(Debug)]

Callers 3

lookup_vmdefFunction · 0.50
handle_work_itemMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected