MCPcopy Create free account
hub / github.com/SOUI2/soui / isValidIndex

Method isValidIndex

third-part/jsoncpp/src/lib_json/json_value.cpp:1098–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
1099
1100Value const* Value::find(char const* key, char const* cend) const
1101{

Callers 2

json_value.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected