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

Method from

crates/environ/src/types.rs:362–364  ·  view source on GitHub ↗
(i: ModuleInternedTypeIndex)

Source from the content-addressed store, hash-verified

360impl From<ModuleInternedTypeIndex> for EngineOrModuleTypeIndex {
361 #[inline]
362 fn from(i: ModuleInternedTypeIndex) -> Self {
363 Self::Module(i)
364 }
365}
366
367impl From<VMSharedTypeIndex> for EngineOrModuleTypeIndex {

Callers

nothing calls this directly

Calls 8

ModuleClass · 0.70
FunctionClass · 0.70
TableClass · 0.70
MemoryClass · 0.70
GlobalClass · 0.70
TagClass · 0.70
EngineClass · 0.50
unwrapMethod · 0.45

Tested by

no test coverage detected