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

Function FLEncoder_SetSharedKeys

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

Source from the content-addressed store, hash-verified

597}
598
599void FLEncoder_SetSharedKeys(FLEncoder e, FLSharedKeys sk) FLAPI {
600 if (e->isFleece())
601 e->fleeceEncoder->setSharedKeys(sk);
602}
603
604void FLEncoder_SuppressTrailer(FLEncoder e) FLAPI {
605 if (e->isFleece())

Callers 1

setSharedKeysMethod · 0.85

Calls 2

isFleeceMethod · 0.80
setSharedKeysMethod · 0.45

Tested by

no test coverage detected