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

Method setSharedKeys

API/fleece/Fleece.hh:440–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 ~Encoder() {FLEncoder_Free(_enc);}
439
440 void setSharedKeys(SharedKeys sk) {FLEncoder_SetSharedKeys(_enc, sk);}
441
442 inline void amend(slice base, bool reuseStrings =false, bool externPointers =false);
443 slice base() const {return FLEncoder_GetBase(_enc);}

Callers

nothing calls this directly

Calls 1

FLEncoder_SetSharedKeysFunction · 0.85

Tested by

no test coverage detected