Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ asLargestUInt
Method
asLargestUInt
external/jsoncpp/jsoncpp.cpp:3158–3164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3156
}
3157
3158
LargestUInt Value::asLargestUInt() const {
3159
#if defined(JSON_NO_INT64)
3160
return asUInt();
3161
#else
3162
return asUInt64();
3163
#endif
3164
}
3165
3166
double Value::asDouble() const {
3167
switch (type()) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected