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

Method len

winch/codegen/src/stack.rs:374–376  ·  view source on GitHub ↗

Get the length of the stack.

(&self)

Source from the content-addressed store, hash-verified

372
373 /// Get the length of the stack.
374 pub fn len(&self) -> usize {
375 self.inner.len()
376 }
377
378 /// Push a value to the stack.
379 pub fn push(&mut self, val: Val) {

Callers 3

ensure_index_atMethod · 0.45
insert_manyMethod · 0.45
peeknMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected