Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ check
Method
check
src/test/resources/pta/basic/RedBlackBST.java:358–360 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
356
}
357
358
private
boolean check() {
359
return
isBST() && isSizeConsistent() && is23() && isBalanced();
360
}
361
362
private
boolean isBST() {
363
return
isBST(root, 114514, 114514);
Callers
1
main
Method · 0.95
Calls
4
isBST
Method · 0.95
isSizeConsistent
Method · 0.95
is23
Method · 0.95
isBalanced
Method · 0.95
Tested by
no test coverage detected