Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ Encoder
Method
Encoder
API/fleece/Fleece.hh:418–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
class Encoder {
417
public:
418
Encoder() :_enc(FLEncoder_New()) { }
419
420
explicit Encoder(FLEncoderFormat format,
421
size_t reserveSize =0,
Callers
nothing calls this directly
Calls
3
FLEncoder_New
Function · 0.85
FLEncoder_NewWithOptions
Function · 0.85
FLEncoder_NewWritingToFile
Function · 0.85
Tested by
no test coverage detected