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

Method getMutable

extras/tests/catch/catch.hpp:12440–12442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12438 return *getInternal();
12439 }
12440 static auto getMutable() -> MutableInterfaceT& {
12441 return *getInternal();
12442 }
12443 };
12444
12445} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected