Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ isValidIndex
Method
isValidIndex
Source/JSON/jsoncpp.cpp:3154–3154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3152
}
3153
3154
bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3155
3156
Value const* Value::find(char const* key, char const* cend) const {
3157
JSON_ASSERT_MESSAGE(
Callers
2
jsoncpp.cpp
File · 0.45
resolve
Method · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected