Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hasColumnTitles
Method
hasColumnTitles
core/src/processing/data/Table.java:2182–2184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2180
2181
2182
public
boolean hasColumnTitles() {
2183
return
columnTitles != null;
2184
}
2185
2186
2187
public
String[] getColumnTitles() {
Callers
3
writeHTML
Method · 0.95
saveODS
Method · 0.95
setColumnTypes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected