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

Method append

src/main/java/field/graphics/FLine.java:153–160  ·  view source on GitHub ↗

adds a line `n` to the end of this line.

(FLine n)

Source from the content-addressed store, hash-verified

151 mod++;
152 return this;
153 }
154
155 /**
156 * adds a line `n` to the end of this line.
157 */
158 public FLine append(FLine n) {
159
160 for (Node nn : n.nodes) {
161 this.copyTo(nn);
162 }
163

Callers 15

appendRemoteOutputToLineFunction · 0.45
AutosizeInputFunction · 0.45
ensureTabCalledFunction · 0.45
JFunction · 0.45
nFunction · 0.45
updateCompletionsFunction · 0.45
IncrementMethod · 0.45
writeToFileMethod · 0.45
runMethod · 0.45
listWindowsMethod · 0.45

Calls 3

copyToMethod · 0.95
forEachMethod · 0.45
streamMethod · 0.45

Tested by

no test coverage detected