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

Function FLEncoder_EndDict

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

Source from the content-addressed store, hash-verified

661bool FLEncoder_WriteKey(FLEncoder e, FLSlice s) FLAPI {ENCODER_TRY(e, writeKey(s));}
662bool FLEncoder_WriteKeyValue(FLEncoder e, FLValue key) FLAPI {ENCODER_TRY(e, writeKey(key));}
663bool FLEncoder_EndDict(FLEncoder e) FLAPI {ENCODER_TRY(e, endDictionary());}
664
665
666bool FLEncoder_ConvertJSON(FLEncoder e, FLSlice json) FLAPI {

Callers 1

endDictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected