MCPcopy Create free account
hub / github.com/Kitware/VTK / isValidIndex

Method isValidIndex

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3518–3518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3516}
3517
3518bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3519
3520Value const* Value::find(char const* begin, char const* end) const {
3521 JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue,

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected