MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / createContext

Method createContext

extras/tests/catch/catch.hpp:10336–10339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10334 IMutableContext *IMutableContext::currentContext = nullptr;
10335
10336 void IMutableContext::createContext()
10337 {
10338 currentContext = new Context();
10339 }
10340
10341 void cleanUpContext() {
10342 delete IMutableContext::currentContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected