MCPcopy 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

mainMethod · 0.95

Calls 4

isBSTMethod · 0.95
isSizeConsistentMethod · 0.95
is23Method · 0.95
isBalancedMethod · 0.95

Tested by

no test coverage detected