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

Method writeData

Fleece/Support/JSONEncoder.hh:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 void writeDateString(int64_t timestamp, bool asUTC);
57
58 void writeData(slice d) {comma(); _out << '"'; _out.writeBase64(d);
59 _out << '"';}
60 void writeValue(const Value *v);
61
62 void writeJSON(slice json) {comma(); _out << json;}

Callers

nothing calls this directly

Calls 1

writeBase64Method · 0.80

Tested by

no test coverage detected