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

Method copy

src/main/java/trace/util/TCB3.java:237–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 public TCB3 copy() {
238
239 TCB3 r = new TCB3();
240 for(Node nn : n)
241 {
242 Node n2 = r.newNode(nn.x, new Vec3(nn.v));
243 n2.refresh = nn.refresh;
244 }
245 r.dirty = true;
246 r.clean();
247 return r;
248
249 }
250
251}

Callers 7

riFunction · 0.45
uiFunction · 0.45
raFunction · 0.45
d3.min.jsFile · 0.45
nFunction · 0.45
copyStateFunction · 0.45
doc_test.jsFile · 0.45

Calls 2

newNodeMethod · 0.95
cleanMethod · 0.95

Tested by

no test coverage detected