MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / asLargestInt

Method asLargestInt

src/share/jsoncpp/jsoncpp.cpp:3245–3251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected