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

Method writeString

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

Source from the content-addressed store, hash-verified

661 inline bool Encoder::writeFloat(float n) {return FLEncoder_WriteFloat(_enc, n);}
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);}

Callers 2

EncoderTests.ccFile · 0.45
SharedKeysTests.ccFile · 0.45

Calls 1

FLEncoder_WriteStringFunction · 0.85

Tested by

no test coverage detected