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

Method setLong

core/src/processing/data/XML.java:841–843  ·  view source on GitHub ↗

Sets the content of an element as an int @nowebref

(String name, long value)

Source from the content-addressed store, hash-verified

839 * @nowebref
840 */
841 public void setLong(String name, long value) {
842 setString(name, String.valueOf(value));
843 }
844
845
846 /**

Callers

nothing calls this directly

Calls 1

setStringMethod · 0.95

Tested by

no test coverage detected