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

Function toStringBox

valdi_core/src/valdi_core/cpp/Apple/CFConversions.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162StringBox toStringBox(CFStringRef cfString) {
163 return StringCache::getGlobal().makeString(toSTDString(cfString));
164}
165
166std::string getCFValueDescription(CFTypeRef cfType) {
167 CFRef<CFStringRef> description = CFCopyDescription(cfType);

Callers 11

operator==Method · 0.85
operator<Method · 0.85
toBoolMethod · 0.85
toStringMethod · 0.85
toDoubleMethod · 0.85
toIntMethod · 0.85
toLongMethod · 0.85
hashMethod · 0.85
toMethod · 0.85
checkedToMethod · 0.85
getPreferredLocalesMethod · 0.85

Calls 3

getGlobalFunction · 0.85
toSTDStringFunction · 0.85
makeStringMethod · 0.80

Tested by

no test coverage detected