MCPcopy 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

1466bool Value::isNumeric() const { return isDouble(); }
1467
1468bool Value::isString() const { return type_ == stringValue; }
1469
1470bool Value::isArray() const { return type_ == arrayValue; }
1471

Callers 12

checkIsMethod · 0.45
underscore.jsFile · 0.45
underscore.jsFile · 0.45
test_common.cppFile · 0.45
throwErrorExceptionMethod · 0.45
ValidateRequestFieldsMethod · 0.45
ValidateRequestFieldsMethod · 0.45
WrapErrorMethod · 0.45
GetProcedureNameMethod · 0.45

Calls

no outgoing calls

Tested by 1

GetProcedureNameMethod · 0.36