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

Function toCFString

valdi_core/src/valdi_core/cpp/Apple/CFConversions.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136CFRef<CFStringRef> toCFString(std::string_view value) {
137 return CFRef<CFStringRef>(toCFStringInner(value));
138}
139
140CFRef<CFStringRef> toCFString(const char* value) {
141 return CFRef<CFStringRef>(toCFStringInner(value));

Callers

nothing calls this directly

Calls 1

toCFStringInnerFunction · 0.85

Tested by

no test coverage detected