MCPcopy Index your code
hub / github.com/processing/processing / getColumnTitles

Method getColumnTitles

core/src/processing/data/Table.java:2813–2815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2811 }
2812
2813 public String[] getColumnTitles() {
2814 return table.getColumnTitles();
2815 }
2816
2817 public void print() {
2818 write(new PrintWriter(System.out));

Callers

nothing calls this directly

Calls 1

getColumnTitlesMethod · 0.65

Tested by

no test coverage detected