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

Method getValueSpan

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

Get all Value

Source from the content-addressed store, hash-verified

192
193 // Get all Value
194 Span<const Value> getValueSpan() const { return ValueStack; }
195
196 /// Unsafe leave top label.
197 AST::InstrView::iterator

Callers 1

generateCoredumpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected