MCPcopy Create free account
hub / github.com/Profactor/cv-plot / createContext

Method createContext

CvPlot/ext/catch2/inc/catch.hpp:10213–10216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10211 IMutableContext *IMutableContext::currentContext = nullptr;
10212
10213 void IMutableContext::createContext()
10214 {
10215 currentContext = new Context();
10216 }
10217
10218 void cleanUpContext() {
10219 delete IMutableContext::currentContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected