MCPcopy Index your code
hub / github.com/benfry/processing4 / size

Method size

core/src/processing/data/Table.java:4338–4340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4336 }
4337
4338 int size() {
4339 return dataToIndex.size();
4340 }
4341
4342 void write(DataOutputStream output) throws IOException {
4343 output.writeInt(size());

Callers 2

hasCategoryMethod · 0.95
writeMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected