MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / cleanUpContext

Function cleanUpContext

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6879–6882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6877}
6878
6879void cleanUpContext() {
6880 delete IMutableContext::currentContext;
6881 IMutableContext::currentContext = nullptr;
6882}
6883IContext::~IContext() = default;
6884IMutableContext::~IMutableContext() = default;
6885Context::~Context() = default;

Callers 1

cleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected