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

Function FLSharedKeys_Encode

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

Source from the content-addressed store, hash-verified

446}
447
448int FLSharedKeys_Encode(FLSharedKeys sk, FLString keyStr, bool add) FLAPI {
449 int intKey;
450 if (!(add ? sk->encodeAndAdd(keyStr, intKey) : sk->encode(keyStr, intKey)))
451 intKey = -1;
452 return intKey;
453}
454
455
456FLSharedKeyScope FLSharedKeyScope_WithRange(FLSlice range, FLSharedKeys sk) FLAPI {

Callers

nothing calls this directly

Calls 2

encodeAndAddMethod · 0.80
encodeMethod · 0.45

Tested by

no test coverage detected