MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / addc

Method addc

Control/TMSITable.cpp:367–371  ·  view source on GitHub ↗

Count of commas.

Source from the content-addressed store, hash-verified

365 TSqlString values;
366 Int_z cnt; // Count of commas.
367 void addc(const char *name, string sval) {
368 if (cnt++) { this->append(","); values.append(","); }
369 this->append(name);
370 values.appendf("'%s'",sval);
371 }
372 void addc(const char *name, unsigned ival) {
373 if (cnt++) { this->append(","); values.append(","); }
374 this->append(name);

Callers

nothing calls this directly

Calls 2

appendfMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected