MCPcopy 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

checkMethod · 0.95

Calls 1

isRedMethod · 0.95

Tested by

no test coverage detected