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

Method nsstring_slice

API/fleece/slice.hh:457–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 nsstring_slice(CFStringRef);
456# ifdef __OBJC__
457 nsstring_slice(NSString *str) :nsstring_slice((__bridge CFStringRef)str) { }
458# endif
459 ~nsstring_slice();
460 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected