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

Method str

core/src/processing/core/PApplet.java:9831–9833  ·  view source on GitHub ↗
(boolean x)

Source from the content-addressed store, hash-verified

9829 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
9830
9831 static final public String str(boolean x) {
9832 return String.valueOf(x);
9833 }
9834
9835 static final public String str(byte x) {
9836 return String.valueOf(x);

Callers 1

nfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected