MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / isValidIndex

Method isValidIndex

json/jsoncpp.cpp:3591–3591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3589}
3590
3591bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3592
3593Value const* Value::find(char const* key, char const* cend) const {
3594 JSON_ASSERT_MESSAGE(type_ == nullValue || type_ == objectValue,

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected