Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hasCategory
Method
hasCategory
core/src/processing/data/Table.java:4227–4229 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
4225
}
4226
4227
boolean hasCategory(
int
index) {
4228
return
index < size() && indexToData.get(index) != null;
4229
}
4230
4231
void
setCategory(
int
index, String name) {
4232
while
(indexToData.size() <= index) {
Callers
1
setRow
Method · 0.45
Calls
2
size
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected