Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isSizeConsistent
Method
isSizeConsistent
src/test/resources/pta/basic/RedBlackBST.java:373–375 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
}
372
373
private
boolean isSizeConsistent() {
374
return
isSizeConsistent(root);
375
}
376
377
private
boolean isSizeConsistent(Node x) {
378
if
(x == null)
return
true;
Callers
1
check
Method · 0.95
Calls
1
size
Method · 0.95
Tested by
no test coverage detected