MCPcopy Create free account
hub / github.com/PlayFab/gsdk / isValidIndex

Method isValidIndex

cpp/cppsdk/jsoncpp.cpp:3588–3588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3586}
3587
3588bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3589
3590Value const* Value::find(char const* begin, char const* end) const {
3591 JSON_ASSERT_MESSAGE(type_ == nullValue || type_ == objectValue,

Callers 2

jsoncpp.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected