MCPcopy Create free account
hub / github.com/e2wugui/zeze / addEdge

Method addEdge

ZezeJava/ZezeJava/src/main/java/Zeze/Collections/DAG.java:44–46  ·  view source on GitHub ↗
(long from, long to)

Source from the content-addressed store, hash-verified

42 }
43
44 public void addEdge(long from, long to) throws Exception {
45 checkValid();
46 }
47
48 public void checkValid() throws Exception {
49 if (!isValid())

Callers

nothing calls this directly

Calls 1

checkValidMethod · 0.95

Tested by

no test coverage detected