MCPcopy Create free account
hub / github.com/Illumina/paragraph / asLargestUInt

Method asLargestUInt

external/jsoncpp/jsoncpp.cpp:3298–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3296}
3297
3298LargestUInt Value::asLargestUInt() const {
3299#if defined(JSON_NO_INT64)
3300 return asUInt();
3301#else
3302 return asUInt64();
3303#endif
3304}
3305
3306double Value::asDouble() const {
3307 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected