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

Method writeString

Fleece/Core/Encoder.hh:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 void writeDouble(double);
85
86 void writeString(slice s) {(void)_writeString(s);}
87
88 void writeDateString(int64_t timestamp, bool asUTC =true);
89

Callers 4

popMethod · 0.45
_writeMethod · 0.45
_applyArrayMethod · 0.45
writeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected