MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / asLargestInt

Method asLargestInt

json/jsoncpp.cpp:3247–3253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected