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

Function WasmEdge_VMGetExecutorContext

lib/api/wasmedge.cpp:3671–3677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3669}
3670
3671WASMEDGE_CAPI_EXPORT WasmEdge_ExecutorContext *
3672WasmEdge_VMGetExecutorContext(WasmEdge_VMContext *Cxt) noexcept {
3673 if (Cxt) {
3674 return toExecutorCxt(&Cxt->VM.getExecutor());
3675 }
3676 return nullptr;
3677}
3678
3679WASMEDGE_CAPI_EXPORT WasmEdge_StatisticsContext *
3680WasmEdge_VMGetStatisticsContext(WasmEdge_VMContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

getExecutorMethod · 0.80

Tested by 1

TESTFunction · 0.68