Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/openvr
/ asLargestUInt
Method
asLargestUInt
src/jsoncpp.cpp:3205–3211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3203
}
3204
3205
LargestUInt Value::asLargestUInt() const {
3206
#if defined(JSON_NO_INT64)
3207
return asUInt();
3208
#else
3209
return asUInt64();
3210
#endif
3211
}
3212
3213
double Value::asDouble() const {
3214
switch (type_) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected