Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ asLargestUInt
Method
asLargestUInt
Utilities/cmjsoncpp/src/lib_json/json_value.cpp:751–757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
749
}
750
751
LargestUInt Value::asLargestUInt() const {
752
#if defined(JSON_NO_INT64)
753
return asUInt();
754
#else
755
return asUInt64();
756
#endif
757
}
758
759
double Value::asDouble() const {
760
switch (type()) {
Callers
1
writeValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected