Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ is23
Method
is23
src/test/resources/pta/basic/RedBlackBST.java:383–385 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
381
}
382
383
private
boolean is23() {
384
return
is23(root);
385
}
386
387
private
boolean is23(Node x) {
388
if
(x == null)
return
true;
Callers
1
check
Method · 0.95
Calls
1
isRed
Method · 0.95
Tested by
no test coverage detected