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

Function WasmEdge_ConfigureCompilerIsInterruptible

lib/api/wasmedge.cpp:1121–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureCompilerIsInterruptible(
1122 const WasmEdge_ConfigureContext *Cxt) noexcept {
1123 if (Cxt) {
1124 return Cxt->Conf.getCompilerConfigure().isInterruptible();
1125 }
1126 return false;
1127}
1128
1129WASMEDGE_CAPI_EXPORT void WasmEdge_ConfigureStatisticsSetInstructionCounting(
1130 WasmEdge_ConfigureContext *Cxt, const bool IsCount) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

isInterruptibleMethod · 0.80

Tested by 1

TESTFunction · 0.68