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

Method addValueNumber

src/base/JSONSerializer.h:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void addValueNumber(const std::string &name, const std::string &value) {
77 checkAddComma();
78 _json += '\"';
79 _json += name;
80 _json += "\": ";
81 _json += value;
82 }
83
84 void addValueString(const std::string &name, const std::string &value) {
85 checkAddComma();

Callers 1

makeJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected