MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / isValidIndex

Method isValidIndex

Source/JSON/jsoncpp.cpp:3154–3154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3152}
3153
3154bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3155
3156Value const* Value::find(char const* key, char const* cend) const {
3157 JSON_ASSERT_MESSAGE(

Callers 2

jsoncpp.cppFile · 0.45
resolveMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected