Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ isDouble
Method
isDouble
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1462–1464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1460
}
1461
1462
bool Value::isDouble() const {
1463
return type_ == intValue || type_ == uintValue || type_ == realValue;
1464
}
1465
1466
bool Value::isNumeric() const { return isDouble(); }
1467
Callers
3
checkIs
Method · 0.80
test_common.cpp
File · 0.80
ValidateSingleParameter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected