MCPcopy Create free account
hub / github.com/cinder/Cinder / asLargestUInt

Method asLargestUInt

src/jsoncpp/jsoncpp.cpp:2143–2149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2141}
2142
2143LargestUInt Value::asLargestUInt() const {
2144#if defined(JSON_NO_INT64)
2145 return asUInt();
2146#else
2147 return asUInt64();
2148#endif
2149}
2150
2151double Value::asDouble() const {
2152 switch (type_) {

Callers 2

writeValueMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected