Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ asLargestUInt
Method
asLargestUInt
runtime/3rdparty/jsoncpp/jsoncpp.cpp:3427–3434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3425
}
3426
3427
LargestUInt Value::asLargestUInt() const
3428
{
3429
#if defined(JSON_NO_INT64)
3430
return asUInt();
3431
#else
3432
return asUInt64();
3433
#endif
3434
}
3435
3436
double Value::asDouble() const
3437
{
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected