MCPcopy Index your code
hub / github.com/benfry/processing4 / getColumnCount

Method getColumnCount

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

Source from the content-addressed store, hash-verified

2838 }
2839
2840 public int getColumnCount() {
2841 return table.getColumnCount();
2842 }
2843
2844 public int getColumnType(String columnName) {
2845 return table.getColumnType(columnName);

Callers 1

writeMethod · 0.95

Calls 1

getColumnCountMethod · 0.65

Tested by

no test coverage detected