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

Function FLEncoder_WriteKey

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

Source from the content-addressed store, hash-verified

659bool FLEncoder_EndArray(FLEncoder e) FLAPI {ENCODER_TRY(e, endArray());}
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

Callers 1

writeKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected