Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkValid
Method · 0.95
testKeyGet
Method · 0.80
startRemoveLogOnlyBefore
Method · 0.80
LogSequence
Method · 0.80
logDump
Method · 0.80
walk
Method · 0.80
walkKey
Method · 0.80
getSize
Method · 0.80
walk
Method · 0.80
walkKey
Method · 0.80
walkDesc
Method · 0.80
walkKeyDesc
Method · 0.80
Calls
no outgoing calls
Tested by
2
testKeyGet
Method · 0.64
logDump
Method · 0.64