MCPcopy Create free account
hub / github.com/SOUI2/soui / asLargestInt

Method asLargestInt

third-part/jsoncpp/src/lib_json/json_value.cpp:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819#endif // if defined(JSON_HAS_INT64)
820
821LargestInt Value::asLargestInt() const {
822#if defined(JSON_NO_INT64)
823 return asInt();
824#else
825 return asInt64();
826#endif
827}
828
829LargestUInt Value::asLargestUInt() const {
830#if defined(JSON_NO_INT64)

Callers 3

writeValueMethod · 0.80
printValueTreeFunction · 0.80
JSONTEST_FIXTUREFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected