MCPcopy Create free account
hub / github.com/cinder/Cinder / asLargestInt

Method asLargestInt

src/jsoncpp/jsoncpp.cpp:2135–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2133#endif // if defined(JSON_HAS_INT64)
2134
2135LargestInt Value::asLargestInt() const {
2136#if defined(JSON_NO_INT64)
2137 return asInt();
2138#else
2139 return asInt64();
2140#endif
2141}
2142
2143LargestUInt Value::asLargestUInt() const {
2144#if defined(JSON_NO_INT64)

Callers 2

writeValueMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected