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

Method from

cranelift/codegen/src/ir/instructions.rs:275–277  ·  view source on GitHub ↗
(value: Value)

Source from the content-addressed store, hash-verified

273
274impl From<Value> for BlockArg {
275 fn from(value: Value) -> BlockArg {
276 BlockArg::Value(value)
277 }
278}
279
280// Include code generated by `cranelift-codegen/meta/src/gen_inst.rs`. This file contains:

Callers

nothing calls this directly

Calls 1

ValueClass · 0.70

Tested by

no test coverage detected