Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ asLargestUInt
Method
asLargestUInt
src/share/jsoncpp/jsoncpp.cpp:3253–3259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3251
}
3252
3253
LargestUInt Value::asLargestUInt() const {
3254
#if defined(JSON_NO_INT64)
3255
return asUInt();
3256
#else
3257
return asUInt64();
3258
#endif
3259
}
3260
3261
double Value::asDouble() const {
3262
switch (type_) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected