Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ size
Method
size
core/src/processing/data/Table.java:4239–4241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4237
}
4238
4239
int
size() {
4240
return
dataToIndex.size();
4241
}
4242
4243
void
write(DataOutputStream output) throws IOException {
4244
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