MCPcopy 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

generateCoredumpFunction · 0.80
interpreterStackTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected