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

Method writeString

API/fleece/Fleece.hh:457–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 inline bool writeDouble(double);
456 inline bool writeString(slice);
457 inline bool writeString(const char *s) {return writeString(slice(s));}
458 inline bool writeString(std::string s) {return writeString(slice(s));}
459 inline bool writeDateString(FLTimestamp, bool asUTC =true);
460 inline bool writeData(slice);

Callers

nothing calls this directly

Calls 1

sliceClass · 0.85

Tested by

no test coverage detected