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

Function WasmEdge_CallingFrameGetExecutor

lib/api/wasmedge.cpp:3102–3108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3100// >>>>>>>> WasmEdge calling frame functions >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
3101
3102WASMEDGE_CAPI_EXPORT WasmEdge_ExecutorContext *WasmEdge_CallingFrameGetExecutor(
3103 const WasmEdge_CallingFrameContext *Cxt) noexcept {
3104 if (Cxt) {
3105 return toExecutorCxt(fromCallFrameCxt(Cxt)->getExecutor());
3106 }
3107 return nullptr;
3108}
3109
3110WASMEDGE_CAPI_EXPORT const WasmEdge_ModuleInstanceContext *
3111WasmEdge_CallingFrameGetModuleInstance(

Callers 2

hostFnCheckFunction · 0.85
bodyMethod · 0.85

Calls 1

getExecutorMethod · 0.80

Tested by 1

hostFnCheckFunction · 0.68