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

Method bytesWritten

Fleece/Support/JSONEncoder.hh:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 bool isEmpty() const {return _out.length() == 0;}
36 size_t bytesWritten() const {return _out.length();}
37
38 /** Returns the encoded data. */
39 alloc_slice finish() {return _out.finish();}

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected