MCPcopy 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
2223LargestUInt Value::asLargestUInt() const {
2224#if defined(JSON_NO_INT64)
2225 return asUInt();
2226#else
2227 return asUInt64();
2228#endif
2229}
2230
2231double Value::asDouble() const {
2232 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected