MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / asLargestUInt

Method asLargestUInt

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:814–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814LargestUInt Value::asLargestUInt() const {
815#if defined(JSON_NO_INT64)
816 return asUInt();
817#else
818 return asUInt64();
819#endif
820}
821
822double Value::asDouble() const {
823 switch (type_) {

Callers 6

writeValueMethod · 0.80
printValueTreeFunction · 0.80
JSONTEST_FIXTUREFunction · 0.80
test_server.cppFile · 0.80
saveJsonToVariantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected