Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ isNull
Method
isNull
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1354–1354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1352
}
1353
1354
bool Value::isNull() const { return type_ == nullValue; }
1355
1356
bool Value::isBool() const { return type_ == booleanValue; }
1357
Callers
10
checkIs
Method · 0.45
test_server.cpp
File · 0.45
test_client.cpp
File · 0.45
ValidateResponse
Method · 0.45
HasError
Method · 0.45
addCall
Method · 0.45
ValidateRequestFields
Method · 0.45
ValidateRequestFields
Method · 0.45
WrapError
Method · 0.45
ValidateNamedParameters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected