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

Method push

core/src/processing/data/StringList.java:169–171  ·  view source on GitHub ↗

Just an alias for append(), but matches pop()

(String value)

Source from the content-addressed store, hash-verified

167
168 /** Just an alias for append(), but matches pop() */
169 public void push(String value) {
170 append(value);
171 }
172
173
174 public String pop() {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected