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

Function FLEncoder_NewWritingToFile

Fleece/API_Impl/Fleece.cc:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587FLEncoder FLEncoder_NewWritingToFile(FILE *outputFile, bool uniqueStrings) FLAPI {
588 return new FLEncoderImpl(outputFile, uniqueStrings);
589}
590
591void FLEncoder_Reset(FLEncoder e) FLAPI {
592 e->reset();

Callers 1

EncoderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected