Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ isValidIndex
Method
isValidIndex
src/jsoncpp/jsoncpp.cpp:2427–2427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2425
}
2426
2427
bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
2428
2429
const Value& Value::operator[](const char* key) const {
2430
JSON_ASSERT_MESSAGE(
Callers
2
jsoncpp.cpp
File · 0.80
resolve
Method · 0.80
Calls
1
size
Function · 0.50
Tested by
no test coverage detected