Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getParent
Method
getParent
core/src/processing/core/PShape.java:2040–2042 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2038
2039
2040
public
PShape getParent() {
2041
return
parent;
2042
}
2043
2044
/**
2045
* Returns the number of children within the <b>PShape</b>.
Callers
1
createPath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected