MCPcopy Create free account
hub / github.com/RenderKit/oidn / cleanUpContext

Function cleanUpContext

external/catch.hpp:10332–10335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10330 }
10331
10332 void cleanUpContext() {
10333 delete IMutableContext::currentContext;
10334 IMutableContext::currentContext = nullptr;
10335 }
10336 IContext::~IContext() = default;
10337 IMutableContext::~IMutableContext() = default;
10338 Context::~Context() = default;

Callers 1

cleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected