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

Method clear

crates/tinywasm/src/interpreter/stack/call_stack.rs:20–22  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

18 }
19
20 pub(crate) fn clear(&mut self) {
21 self.stack.clear();
22 }
23
24 #[inline(always)]
25 pub(crate) fn len(&self) -> u32 {

Callers 2

call_innerMethod · 0.45
call_resumable_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected