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

Method asLargestInt

external/jsoncpp/jsoncpp.cpp:3290–3296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3288#endif // if defined(JSON_HAS_INT64)
3289
3290LargestInt Value::asLargestInt() const {
3291#if defined(JSON_NO_INT64)
3292 return asInt();
3293#else
3294 return asInt64();
3295#endif
3296}
3297
3298LargestUInt Value::asLargestUInt() const {
3299#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected