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

Function cleanUpContext

test/expected/catch.hpp:10236–10239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10234 }
10235
10236 void cleanUpContext() {
10237 delete IMutableContext::currentContext;
10238 IMutableContext::currentContext = nullptr;
10239 }
10240 IContext::~IContext() = default;
10241 IMutableContext::~IMutableContext() = default;
10242 Context::~Context() = default;

Callers 1

cleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected