Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3255
LargestUInt Value::asLargestUInt() const {
3256
#if defined(JSON_NO_INT64)
3257
return asUInt();
3258
#else
3259
return asUInt64();
3260
#endif
3261
}
3262
3263
double Value::asDouble() const {
3264
switch (type_) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected