MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / isValidIndex

Method isValidIndex

Sources/Dependencies/jsoncpp/value.cpp:1174–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172 }
1173
1174 bool Value::isValidIndex(ArrayIndex index) const {
1175 return index < size();
1176 }
1177
1178 Value const* Value::find(char const* begin, char const* end) const {
1179 JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue,

Callers 2

value.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected