MCPcopy 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

setRowMethod · 0.45

Calls 2

sizeMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected