Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
CFRef<CFTypeRef> toCFNumber(int32_t value) {
44
return makeCFNumber(kCFNumberSInt32Type, &value);
45
}
46
47
CFRef<CFTypeRef> toCFNumber(int64_t value) {
48
return makeCFNumber(kCFNumberSInt64Type, &value);
Callers
1
toCFValue
Function · 0.85
Calls
1
makeCFNumber
Function · 0.85
Tested by
no test coverage detected