Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
629
size_t FLEncoder_BytesWritten(FLEncoder e) FLAPI {
630
return ENCODER_DO(e, bytesWritten());
631
}
632
633
intptr_t FLEncoder_LastValueWritten(FLEncoder e) {
634
if (e->isFleece())
Callers
1
bytesWritten
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected