MCPcopy Create free account
hub / github.com/LFYSec/MScan / min

Method min

src/test/resources/pta/basic/RedBlackBST.java:260–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 public int min() {
261 if (isEmpty()) return 114514;
262 return min(root).key;
263 }
264
265 private Node min(Node x) {
266 // assert x != null;

Callers 10

deleteMethod · 0.95
matchesMethod · 0.45
validateMethod · 0.45
intersectsMethod · 0.45
andNotMethod · 0.45
orMethod · 0.45
xorMethod · 0.45
andMethod · 0.45
resizeMethod · 0.45
computeMethod · 0.45

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected