Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
private:
224
/// \name Data of the stack manager.
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected