MCPcopy Create free account
hub / github.com/cschanck/single-file-java / commentAfter

Method commentAfter

src/main/java/org/sfj/DrawDot.java:314–314  ·  view source on GitHub ↗
(String... lines)

Source from the content-addressed store, hash-verified

312 }
313
314 default E commentAfter(String... lines) {
315 getCommentsAfter().addAll(Arrays.asList(lines));
316 return (E) this;
317 }

Callers 1

testNodesMethod · 0.80

Calls

no outgoing calls

Tested by 1

testNodesMethod · 0.64