Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
hasCategory
Method · 0.95
write
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected