MCPcopy Create free account
hub / github.com/Illumina/hap.py / asLargestInt

Method asLargestInt

external/jsoncpp/jsoncpp.cpp:2215–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2213#endif // if defined(JSON_HAS_INT64)
2214
2215LargestInt Value::asLargestInt() const {
2216#if defined(JSON_NO_INT64)
2217 return asInt();
2218#else
2219 return asInt64();
2220#endif
2221}
2222
2223LargestUInt Value::asLargestUInt() const {
2224#if defined(JSON_NO_INT64)

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected