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

Method from

winch/codegen/src/stack.rs:64–66  ·  view source on GitHub ↗
(tr: TypedReg)

Source from the content-addressed store, hash-verified

62
63impl From<TypedReg> for Reg {
64 fn from(tr: TypedReg) -> Self {
65 tr.reg
66 }
67}
68
69/// A local value.

Callers

nothing calls this directly

Calls 3

LocalClass · 0.85
MemoryClass · 0.70
RegClass · 0.50

Tested by

no test coverage detected