MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / clear

Method clear

Source/Wasm/WasmRuntime.cpp:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void CallStack::clear() {
596 _stack.clear();
597}
598
599static Own<Value> Value_To(const dora_val_t& v) {
600 Own<Value> ov;

Callers

nothing calls this directly

Calls 2

getModuleIdMethod · 0.80
clearMethod · 0.65

Tested by

no test coverage detected