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

Function FLEncoder_Free

Fleece/API_Impl/Fleece.cc:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void FLEncoder_Free(FLEncoder e) FLAPI {
596 delete e;
597}
598
599void FLEncoder_SetSharedKeys(FLEncoder e, FLSharedKeys sk) FLAPI {
600 if (e->isFleece())

Callers 1

~EncoderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected