Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ isString
Method
isString
edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1468–1468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1466
bool Value::isNumeric() const { return isDouble(); }
1467
1468
bool Value::isString() const { return type_ == stringValue; }
1469
1470
bool Value::isArray() const { return type_ == arrayValue; }
1471
Callers
12
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
throwErrorException
Method · 0.45
ValidateRequestFields
Method · 0.45
ValidateRequestFields
Method · 0.45
WrapError
Method · 0.45
ValidateSingleParameter
Method · 0.45
GetProcedureName
Method · 0.45
Calls
no outgoing calls
Tested by
1
GetProcedureName
Method · 0.36