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

Method bytesWritten

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

Source from the content-addressed store, hash-verified

59
60 bool isEmpty() const {return _out.length() == 0 && _stackDepth == 1 && _items->empty();}
61 size_t bytesWritten() const {return _out.length();} // may be an underestimate
62
63 /** Ends encoding, writing the last of the data to the Writer. */
64 void end();

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected