Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ isBool
Method
isBool
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1356–1356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1354
bool Value::isNull() const { return type_ == nullValue; }
1355
1356
bool Value::isBool() const { return type_ == booleanValue; }
1357
1358
bool Value::isInt() const {
1359
switch (type_) {
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