MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / asLargestInt

Method asLargestInt

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:806–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804#endif // if defined(JSON_HAS_INT64)
805
806LargestInt Value::asLargestInt() const {
807#if defined(JSON_NO_INT64)
808 return asInt();
809#else
810 return asInt64();
811#endif
812}
813
814LargestUInt Value::asLargestUInt() const {
815#if defined(JSON_NO_INT64)

Callers 5

writeValueMethod · 0.80
printValueTreeFunction · 0.80
JSONTEST_FIXTUREFunction · 0.80
saveJsonToVariantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected