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

Function toCFNumber

valdi_core/src/valdi_core/cpp/Apple/CFConversions.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43CFRef<CFTypeRef> toCFNumber(int32_t value) {
44 return makeCFNumber(kCFNumberSInt32Type, &value);
45}
46
47CFRef<CFTypeRef> toCFNumber(int64_t value) {
48 return makeCFNumber(kCFNumberSInt64Type, &value);

Callers 1

toCFValueFunction · 0.85

Calls 1

makeCFNumberFunction · 0.85

Tested by

no test coverage detected