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

Method getExecutor

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

Get the current executor.

Source from the content-addressed store, hash-verified

31
32 /// Get the current executor.
33 Executor::Executor *getExecutor() const noexcept { return Exec; }
34
35 /// Get the current module on this frame.
36 const Instance::ModuleInstance *getModule() const noexcept { return Module; }

Callers 3

AllowAFUNIXFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected