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

Method nextWritePos

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

Source from the content-addressed store, hash-verified

475
476 inline size_t bytesWritten() const;
477 inline size_t nextWritePos() const {return FLEncoder_GetNextWritePos(_enc);}
478
479 inline Doc finishDoc(FLError* =nullptr);
480 inline alloc_slice finish(FLError* =nullptr);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected