Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ isValidIndex
Method
isValidIndex
lib/jsoncpp/src/lib_json/json_value.cpp:1063–1067 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1061
1062
1063
bool
1064
Value::isValidIndex( UInt index ) const
1065
{
1066
return index < size();
1067
}
1068
1069
1070
Callers
2
json_value.cpp
File · 0.80
resolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected