MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / len

Method len

crates/tinywasm/src/interpreter/stack/value_stack.rs:34–36  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32
33 #[inline(always)]
34 pub(crate) fn len(&self) -> usize {
35 self.data.len()
36 }
37
38 #[inline(always)]
39 pub(crate) fn push(&mut self, value: T) -> Result<(), Trap> {

Callers 5

pushMethod · 0.45
truncate_keepMethod · 0.45
enter_localsMethod · 0.45
select_manyMethod · 0.45
baseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected