MCPcopy 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
3158LargestUInt Value::asLargestUInt() const {
3159#if defined(JSON_NO_INT64)
3160 return asUInt();
3161#else
3162 return asUInt64();
3163#endif
3164}
3165
3166double Value::asDouble() const {
3167 switch (type()) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected