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

Method writeRaw

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

Source from the content-addressed store, hash-verified

166 // For advanced use cases only... be careful!
167 void suppressTrailer() {_trailer = false;}
168 void writeRaw(slice s) {_out.write(s);}
169 size_t nextWritePos();
170 size_t finishItem();
171 slice base() const {return _base;}

Callers 3

writeToMethod · 0.45
writeToMethod · 0.45
writeRootToMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected