Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ isValidIndex
Method
isValidIndex
third-part/jsoncpp/src/lib_json/json_value.cpp:1098–1098 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1096
}
1097
1098
bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
1099
1100
Value const* Value::find(char const* key, char const* cend) const
1101
{
Callers
2
json_value.cpp
File · 0.80
resolve
Method · 0.80
Calls
1
size
Function · 0.50
Tested by
no test coverage detected