Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ isObject
Method
isObject
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1472–1472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1470
bool Value::isArray() const { return type_ == arrayValue; }
1471
1472
bool Value::isObject() const { return type_ == objectValue; }
1473
1474
void Value::setComment(const char* comment,
1475
size_t len,
Callers
15
parse
Method · 0.45
isMultilineArray
Method · 0.45
json_value.cpp
File · 0.45
resolve
Method · 0.45
checkIs
Method · 0.45
underscore.js
File · 0.45
underscore-1.3.1.js
File · 0.45
underscore.js
File · 0.45
underscore-1.3.1.js
File · 0.45
test_common.cpp
File · 0.45
ValidateResponse
Method · 0.45
CallProcedures
Method · 0.45
Calls
no outgoing calls
Tested by
1
GetProcedure
Method · 0.36