MCPcopy 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

writeHTMLMethod · 0.95
saveODSMethod · 0.95
setColumnTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected