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

Method asLargestUInt

json/jsoncpp.cpp:3255–3261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3253}
3254
3255LargestUInt Value::asLargestUInt() const {
3256#if defined(JSON_NO_INT64)
3257 return asUInt();
3258#else
3259 return asUInt64();
3260#endif
3261}
3262
3263double Value::asDouble() const {
3264 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected