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

Function FLEncoder_WriteKeyValue

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

Source from the content-addressed store, hash-verified

660bool FLEncoder_BeginDict(FLEncoder e, size_t reserve) FLAPI {ENCODER_TRY(e, beginDictionary(reserve));}
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

Callers 1

writeKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected