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

Function cleanUpContext

extlibs/catch/include/catch/catch.hpp:9970–9973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9968 }
9969
9970 void cleanUpContext() {
9971 delete IMutableContext::currentContext;
9972 IMutableContext::currentContext = nullptr;
9973 }
9974 IContext::~IContext() = default;
9975 IMutableContext::~IMutableContext() = default;
9976 Context::~Context() = default;

Callers 1

cleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected