MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / startObjectWithName

Method startObjectWithName

src/base/JSONSerializer.h:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void startObjectWithName(const std::string &name) {
58 checkAddComma();
59 _json += '\"';
60 _json += name;
61 _json += "\": {";
62 ++_objectStarted;
63 }
64
65 void startObject() {
66 checkAddComma();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected