MCPcopy Create free account
hub / github.com/Samsung/ONE / isValidIndex

Method isValidIndex

runtime/3rdparty/jsoncpp/jsoncpp.cpp:3777–3777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3775}
3776
3777bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3778
3779Value const *Value::find(char const *begin, char const *end) const
3780{

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected