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

Function cleanUpContext

tutorials/external/catch.hpp:8377–8380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8375 }
8376
8377 void cleanUpContext() {
8378 delete IMutableContext::currentContext;
8379 IMutableContext::currentContext = nullptr;
8380 }
8381 IContext::~IContext() = default;
8382 IMutableContext::~IMutableContext() = default;
8383 Context::~Context() = default;

Callers 1

cleanUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected