MCPcopy Create free account
hub / github.com/Snapchat/Valdi / toCFStringInner

Function toCFStringInner

valdi_core/src/valdi_core/cpp/Apple/CFConversions.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static CFStringRef toCFStringInner(std::string_view value) {
104 return CFStringCreateWithBytes(
105 kCFAllocatorDefault, reinterpret_cast<const UInt8*>(value.data()), value.size(), kCFStringEncodingUTF8, false);
106}
107
108static CFStringRef toCFStringInner(const char* value) {
109 return CFStringCreateWithCString(kCFAllocatorDefault, value, kCFStringEncodingUTF8);

Callers 2

toCFValueFunction · 0.85
toCFStringFunction · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected