MCPcopy Create free account
hub / github.com/couchbase/fleece / comma

Method comma

Fleece/Support/JSONEncoder.hh:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 void writeDict(const Dict*);
108
109 void comma() {
110 if (_first)
111 _first = false;
112 else
113 _out << ',';
114 }
115
116 template <class T>
117 void _writeInt(const char *fmt, T t) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected