MCPcopy 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

useParentTimingMethod · 0.45
setZoomMethod · 0.45
getCurrentNodePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected