Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ key
Method
key
core/src/processing/data/Table.java:4322–4324 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
4320
}
4321
4322
String key(
int
index) {
4323
return
indexToData.get(index);
4324
}
4325
4326
boolean hasCategory(
int
index) {
4327
return
index < size() && indexToData.get(index) != null;
Callers
1
getString
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected