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

Method getChildren

core/src/processing/core/PShape.java:2064–2067  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2062
2063
2064 public PShape[] getChildren() {
2065 crop();
2066 return children;
2067 }
2068
2069 /**
2070 *

Callers 3

parseChildrenMethod · 0.45
GradientMethod · 0.45
FontMethod · 0.45

Calls 1

cropMethod · 0.95

Tested by

no test coverage detected