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

Method CallingFrame

include/runtime/callingframe.h:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26class CallingFrame {
27public:
28 CallingFrame(Executor::Executor *E,
29 const Instance::ModuleInstance *M) noexcept
30 : Exec(E), Module(M) {}
31
32 /// Get the current executor.
33 Executor::Executor *getExecutor() const noexcept { return Exec; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected