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

Method writeString

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

Source from the content-addressed store, hash-verified

52 void writeDouble(double d) {_writeFloat(d);}
53
54 void writeString(const std::string &s) {writeString(slice(s));}
55 void writeString(slice s);
56 void writeDateString(int64_t timestamp, bool asUTC);
57

Callers

nothing calls this directly

Calls 1

sliceClass · 0.85

Tested by

no test coverage detected