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

Method setLong

core/src/processing/data/Table.java:2769–2771  ·  view source on GitHub ↗
(int column, long value)

Source from the content-addressed store, hash-verified

2767 }
2768
2769 public void setLong(int column, long value) {
2770 table.setLong(row, column, value);
2771 }
2772
2773 public void setLong(String columnName, long value) {
2774 table.setLong(row, columnName, value);

Callers

nothing calls this directly

Calls 1

setLongMethod · 0.65

Tested by

no test coverage detected