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

Function FLEncoder_BytesWritten

Fleece/API_Impl/Fleece.cc:629–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629size_t FLEncoder_BytesWritten(FLEncoder e) FLAPI {
630 return ENCODER_DO(e, bytesWritten());
631}
632
633intptr_t FLEncoder_LastValueWritten(FLEncoder e) {
634 if (e->isFleece())

Callers 1

bytesWrittenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected