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

Method isValid

ZezeJava/ZezeJava/src/main/java/Zeze/Collections/DAG.java:93–96  ·  view source on GitHub ↗

检查有向图合法 1. 无环

()

Source from the content-addressed store, hash-verified

91 * 1. 无环
92 */
93 @SuppressWarnings({"MethodMayBeStatic", "SameReturnValue"})
94 private boolean isValid() {
95 return true; // TODO
96 }
97}

Callers 15

checkValidMethod · 0.95
testKeyGetMethod · 0.80
LogSequenceMethod · 0.80
logDumpMethod · 0.80
walkMethod · 0.80
walkKeyMethod · 0.80
getSizeMethod · 0.80
walkMethod · 0.80
walkKeyMethod · 0.80
walkDescMethod · 0.80
walkKeyDescMethod · 0.80

Calls

no outgoing calls

Tested by 2

testKeyGetMethod · 0.64
logDumpMethod · 0.64