Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ hasColumnTitles
Method
hasColumnTitles
core/src/processing/data/Table.java:2213–2215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2211
2212
2213
public
boolean hasColumnTitles() {
2214
return
columnTitles != null;
2215
}
2216
2217
2218
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