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

Method add

src/main/java/org/sfj/DrawDot.java:425–428  ·  view source on GitHub ↗
(Child child)

Source from the content-addressed store, hash-verified

423 }
424
425 public Graph add(Child child) {
426 children.add(child);
427 return this;
428 }
429
430 public Graph add(Connection connection) {
431 connections.add(connection);

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected