Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
CFRef<CFTypeRef> toCFValue(int32_t value) {
84
return toCFNumber(value);
85
}
86
87
CFRef<CFTypeRef> toCFValue(int64_t value) {
88
return toCFNumber(value);
Callers
1
toCFRefVector
Function · 0.70
Calls
4
toCFNumber
Function · 0.85
toCFStringInner
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected