MCPcopy Create free account
hub / github.com/cinder/Cinder / isValidIndex

Method isValidIndex

src/jsoncpp/jsoncpp.cpp:2427–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2425}
2426
2427bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
2428
2429const Value& Value::operator[](const char* key) const {
2430 JSON_ASSERT_MESSAGE(

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected