MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / isValidIndex

Method isValidIndex

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1150–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
1151
1152Value const* Value::find(char const* begin, char const* end) const {
1153 JSON_ASSERT_MESSAGE(type_ == nullValue || type_ == objectValue,

Callers 2

json_value.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeClass · 0.50

Tested by

no test coverage detected