Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getParent
Method
getParent
src/main/java/jace/core/Device.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
Device parentDevice = null;
69
public
Device getParent() {
70
return
parentDevice;
71
}
72
73
public
void
addChildDevice(Device d) {
74
if
(d == null || children.contains(d) || d.equals(this)) {
Callers
3
useParentTiming
Method · 0.45
setZoom
Method · 0.45
getCurrentNodePath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected