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

Method push

cranelift/codegen/src/ir/instructions.rs:366–368  ·  view source on GitHub ↗

Add an argument to the end.

(&mut self, v: Value)

Source from the content-addressed store, hash-verified

364
365 /// Add an argument to the end.
366 pub fn push(&mut self, v: Value) {
367 self.0.push(v)
368 }
369
370 /// Check if the list is empty.
371 pub fn is_empty(&self) -> bool {

Callers 3

newMethod · 0.45
append_argumentMethod · 0.45
instruction_data_mapFunction · 0.45

Calls

no outgoing calls

Tested by 1

instruction_data_mapFunction · 0.36