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

Method isValidIndex

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1080–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
1081
1082Value const* Value::find(char const* begin, char const* end) const {
1083 JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue,

Callers 3

json_value.cppFile · 0.80
resolveMethod · 0.80
HandleJSONCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected