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

Function FLSharedKeys_CreateFromStateData

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

Source from the content-addressed store, hash-verified

472}
473
474FLSharedKeys FLSharedKeys_CreateFromStateData(FLSlice data) FLAPI {
475 FLSharedKeys keys = FLSharedKeys_New();
476 if (keys)
477 FLSharedKeys_LoadStateData(keys, data);
478 return keys;
479}
480
481
482

Callers

nothing calls this directly

Calls 2

FLSharedKeys_NewFunction · 0.85

Tested by

no test coverage detected