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

Function cleanUpContext

unittests/catch.hpp:7049–7052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7047 }
7048
7049 void cleanUpContext() {
7050 delete IMutableContext::currentContext;
7051 IMutableContext::currentContext = nullptr;
7052 }
7053 IContext::~IContext() = default;
7054 IMutableContext::~IMutableContext() = default;
7055 Context::~Context() = default;

Callers 1

cleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected