MCPcopy 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

writeHTMLMethod · 0.95
saveODSMethod · 0.95
setColumnTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected