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

Function FLSharedKey_GetKeyString

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

Source from the content-addressed store, hash-verified

293
294#if 0
295FLSlice FLSharedKey_GetKeyString(FLSharedKeys sk, int keyCode, FLError* outError)
296{
297 slice key;
298 try {
299 key = sk->decode((keyCode));
300 if(!key && outError != nullptr) {
301 *outError = kFLNotFound;
302 }
303 } catchError(outError)
304
305 return key;
306}
307#endif
308
309void FLDictIterator_Begin(FLDict d, FLDictIterator* i) FLAPI {

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected