Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ init
Method
init
core/src/processing/data/Table.java:280–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
278
279
280
protected
void
init() {
281
columns =
new
Object[0];
282
columnTypes =
new
int
[0];
283
columnCategories =
new
HashMapBlows[0];
284
}
285
286
287
/*
Callers
1
Table
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected