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

Function toCFValue

valdi_core/src/valdi_core/cpp/Apple/CFConversions.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83CFRef<CFTypeRef> toCFValue(int32_t value) {
84 return toCFNumber(value);
85}
86
87CFRef<CFTypeRef> toCFValue(int64_t value) {
88 return toCFNumber(value);

Callers 1

toCFRefVectorFunction · 0.70

Calls 4

toCFNumberFunction · 0.85
toCFStringInnerFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected