MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / reset

Method reset

include/runtime/stackmgr.h:218–221  ·  view source on GitHub ↗

Reset stack.

Source from the content-addressed store, hash-verified

216
217 /// Reset stack.
218 void reset() noexcept {
219 ValueStack.clear();
220 FrameStack.clear();
221 }
222
223private:
224 /// \name Data of the stack manager.

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected