MCPcopy 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
3253LargestUInt Value::asLargestUInt() const {
3254#if defined(JSON_NO_INT64)
3255 return asUInt();
3256#else
3257 return asUInt64();
3258#endif
3259}
3260
3261double Value::asDouble() const {
3262 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected