MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / asLargestInt

Method asLargestInt

vrclient_x64/jsoncpp.cpp:3196–3202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3194#endif // if defined(JSON_HAS_INT64)
3195
3196LargestInt Value::asLargestInt() const {
3197#if defined(JSON_NO_INT64)
3198 return asInt();
3199#else
3200 return asInt64();
3201#endif
3202}
3203
3204LargestUInt Value::asLargestUInt() const {
3205#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected