MCPcopy Create free account
hub / github.com/PlayFab/gsdk / asLargestInt

Method asLargestInt

cpp/cppsdk/jsoncpp.cpp:3244–3250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3242#endif // if defined(JSON_HAS_INT64)
3243
3244LargestInt Value::asLargestInt() const {
3245#if defined(JSON_NO_INT64)
3246 return asInt();
3247#else
3248 return asInt64();
3249#endif
3250}
3251
3252LargestUInt Value::asLargestUInt() const {
3253#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected