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

Function WasmEdge_ConfigureCompilerSetInterruptible

lib/api/wasmedge.cpp:1114–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112}
1113
1114WASMEDGE_CAPI_EXPORT void WasmEdge_ConfigureCompilerSetInterruptible(
1115 WasmEdge_ConfigureContext *Cxt, const bool IsInterruptible) noexcept {
1116 if (Cxt) {
1117 Cxt->Conf.getCompilerConfigure().setInterruptible(IsInterruptible);
1118 }
1119}
1120
1121WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureCompilerIsInterruptible(
1122 const WasmEdge_ConfigureContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

setInterruptibleMethod · 0.80

Tested by 1

TESTFunction · 0.68