MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / root

Method root

src/main/java/fieldbox/boxes/Boxes.java:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 return origin;
131 }
132
133 static public String debugPrintBoxGraph(Box origin) {
134 String r = "";
135 r += "children\n" + _debugPrintBoxGraphChildren(origin, 0);
136 r += "\nparents\n" + _debugPrintBoxGraphParents(origin, 0);
137 return r;

Callers 1

OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected