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

Method parseInt

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

Source from the content-addressed store, hash-verified

9628 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
9629
9630 static final public int parseInt(boolean what) {
9631 return what ? 1 : 0;
9632 }
9633
9634 /**
9635 * Note that parseInt() will un-sign a signed byte value.

Callers 15

parseRGBMethod · 0.95
PAppletClass · 0.95
runSketchMethod · 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
setRowColMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected