MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / createContext

Method createContext

tests/catch.hpp:8156–8159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8154 IMutableContext *IMutableContext::currentContext = nullptr;
8155
8156 void IMutableContext::createContext()
8157 {
8158 currentContext = new Context();
8159 }
8160
8161 void cleanUpContext() {
8162 delete IMutableContext::currentContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected