MCPcopy 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

checkMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected