Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
push
Method · 0.45
truncate_keep
Method · 0.45
enter_locals
Method · 0.45
select_many
Method · 0.45
base
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected