MCPcopy Create free account
hub / github.com/Illumina/hap.py / isValidIndex

Method isValidIndex

external/jsoncpp/jsoncpp.cpp:2496–2496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2494}
2495
2496bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
2497
2498const Value &Value::operator[](const char *key) const {
2499 JSON_ASSERT_MESSAGE(

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected