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

Method str

core/src/processing/core/PApplet.java:8926–8928  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

8924 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8925
8926 static final public String str(boolean value) {
8927 return String.valueOf(value);
8928 }
8929
8930 static final public String str(byte value) {
8931 return String.valueOf(value);

Callers 1

nfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected