Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/hap.py
/ asLargestUInt
Method
asLargestUInt
external/jsoncpp/jsoncpp.cpp:2223–2229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2221
}
2222
2223
LargestUInt Value::asLargestUInt() const {
2224
#if defined(JSON_NO_INT64)
2225
return asUInt();
2226
#else
2227
return asUInt64();
2228
#endif
2229
}
2230
2231
double Value::asDouble() const {
2232
switch (type_) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected