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

Method commentBefore

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

Source from the content-addressed store, hash-verified

307 List<String> getCommentsAfter();
308
309 default E commentBefore(String... lines) {
310 getCommentsBefore().addAll(Arrays.asList(lines));
311 return (E) this;
312 }

Callers 1

testNodesMethod · 0.80

Calls

no outgoing calls

Tested by 1

testNodesMethod · 0.64