Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getFramesSpan
Method
getFramesSpan
include/runtime/stackmgr.h:141–141 ·
view source on GitHub ↗
Get all frames
Source
from the content-addressed store, hash-verified
139
140
// Get all frames
141
Span<const Frame> getFramesSpan() const { return FrameStack; }
142
143
/// Push handler for try-catch block.
144
void
Callers
2
generateCoredump
Function · 0.80
interpreterStackTrace
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected