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

Method getTally

core/src/processing/data/Table.java:4442–4444  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

4440
4441
4442 public IntDict getTally(String columnName) {
4443 return getTally(getColumnIndex(columnName));
4444 }
4445
4446
4447 public IntDict getTally(int column) {

Callers

nothing calls this directly

Calls 3

getColumnIndexMethod · 0.95
getStringColumnMethod · 0.95
getTallyMethod · 0.95

Tested by

no test coverage detected