MCPcopy Create free account
hub / github.com/cuberite/cuberite / isValidIndex

Method isValidIndex

lib/jsoncpp/src/lib_json/json_value.cpp:1063–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061
1062
1063bool
1064Value::isValidIndex( UInt index ) const
1065{
1066 return index < size();
1067}
1068
1069
1070

Callers 2

json_value.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected