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

Method writeDateString

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

Source from the content-addressed store, hash-verified

662 inline bool Encoder::writeDouble(double n) {return FLEncoder_WriteDouble(_enc, n);}
663 inline bool Encoder::writeString(slice s) {return FLEncoder_WriteString(_enc, s);}
664 inline bool Encoder::writeDateString(FLTimestamp ts, bool asUTC)
665 {return FLEncoder_WriteDateString(_enc, ts, asUTC);}
666 inline bool Encoder::writeData(slice data){return FLEncoder_WriteData(_enc, data);}
667 inline bool Encoder::writeValue(Value v) {return FLEncoder_WriteValue(_enc, v);}
668 inline bool Encoder::convertJSON(slice_NONNULL j) {return FLEncoder_ConvertJSON(_enc, j);}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected