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

Method keyAsNSString

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

Source from the content-addressed store, hash-verified

227
228#ifdef __OBJC__
229 inline NSString* keyAsNSString(NSMapTable *sharedStrings) const
230 {return FLDictIterator_GetKeyAsNSString(this, sharedStrings);}
231#endif
232 private:
233 iterator() =default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected