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

Method connectAll

src/main/java/fieldbox/boxes/plugins/Variant.java:156–163  ·  view source on GitHub ↗
(Box documentRoot)

Source from the content-addressed store, hash-verified

154 }
155
156 public static Memo connectAll(Box documentRoot) {
157 Memo m = freezeGraph(documentRoot);
158 documentRoot.breadthFirstAll(documentRoot.both())
159 .forEach(x -> {
160 x.disconnected = false;
161 });
162 return m;
163 }
164
165 public Variant() {
166 this(null);

Callers 1

compileDocumentMethod · 0.95

Calls 4

freezeGraphMethod · 0.95
breadthFirstAllMethod · 0.80
forEachMethod · 0.45
bothMethod · 0.45

Tested by

no test coverage detected