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

Function FLEncoder_NewWithOptions

Fleece/API_Impl/Fleece.cc:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581FLEncoder FLEncoder_NewWithOptions(FLEncoderFormat format,
582 size_t reserveSize, bool uniqueStrings) FLAPI
583{
584 return new FLEncoderImpl(format, reserveSize, uniqueStrings);
585}
586
587FLEncoder FLEncoder_NewWritingToFile(FILE *outputFile, bool uniqueStrings) FLAPI {
588 return new FLEncoderImpl(outputFile, uniqueStrings);

Callers 2

EncoderMethod · 0.85
FLEncoder_NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected