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

Method checkValid

ZezeJava/ZezeJava/src/main/java/Zeze/Collections/DAG.java:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public void checkValid() throws Exception {
49 if (!isValid())
50 throw new Exception("DAG is invalid."); // 让异常提示更加智能
51 }
52
53 public boolean isEmpty() {
54 return graph.vertexSet().isEmpty();

Callers 2

addNodeMethod · 0.95
addEdgeMethod · 0.95

Calls 1

isValidMethod · 0.95

Tested by

no test coverage detected