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

Method params

cranelift/codegen/src/ir/dfg.rs:1426–1428  ·  view source on GitHub ↗

Get the parameters on `block`.

(&self, pool: &'a ValueListPool)

Source from the content-addressed store, hash-verified

1424
1425 /// Get the parameters on `block`.
1426 pub fn params<'a>(&self, pool: &'a ValueListPool) -> &'a [Value] {
1427 self.params.as_slice(pool)
1428 }
1429}
1430
1431/// Object that can display an instruction.

Callers 3

create_blocksFunction · 0.45
num_block_paramsMethod · 0.45
block_paramsMethod · 0.45

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected