MCPcopy Create free account
hub / github.com/Samsung/UTopia / isValidIndex

Method isValidIndex

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

Source from the content-addressed store, hash-verified

3483}
3484
3485bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3486
3487Value const *Value::find(char const *begin, char const *end) const {
3488 JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue,

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected