MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / asLargestInt

Method asLargestInt

Sources/Dependencies/jsoncpp/value.cpp:794–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792#endif // if defined(JSON_HAS_INT64)
793
794 LargestInt Value::asLargestInt() const {
795#if defined(JSON_NO_INT64)
796 return asInt();
797#else
798 return asInt64();
799#endif
800 }
801
802 LargestUInt Value::asLargestUInt() const {
803#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected