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

Method subset

core/src/processing/core/PApplet.java:8768–8770  ·  view source on GitHub ↗
(boolean[] list, int start)

Source from the content-addressed store, hash-verified

8766
8767
8768 static public boolean[] subset(boolean[] list, int start) {
8769 return subset(list, start, list.length - start);
8770 }
8771
8772
8773 /**

Callers 15

parseChildrenMethod · 0.95
parsePathMethod · 0.95
GradientMethod · 0.95
shortenMethod · 0.95
runSketchMethod · 0.95
PFontMethod · 0.95
cropMethod · 0.95
getVertexCodesMethod · 0.95
cropMethod · 0.95
cropMethod · 0.95
cropMethod · 0.95
cropMethod · 0.95

Calls 1

arraycopyMethod · 0.80

Tested by

no test coverage detected