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

Method parseInt

core/src/processing/core/PApplet.java:8745–8747  ·  view source on GitHub ↗
(boolean what)

Source from the content-addressed store, hash-verified

8743 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8744
8745 static final public int parseInt(boolean what) {
8746 return what ? 1 : 0;
8747 }
8748
8749 /**
8750 * Note that parseInt() will un-sign a signed byte value.

Callers 15

parseRGBMethod · 0.95
PAppletClass · 0.95
runSketchMethod · 0.95
getWindowsDPIMethod · 0.95
LongListMethod · 0.95
IntListMethod · 0.95
IntDictMethod · 0.95
LongDictMethod · 0.95
getIntContentMethod · 0.95
writeMethod · 0.95
writeMethod · 0.95
setColumnTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected