Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delete
Method · 0.95
matches
Method · 0.45
validate
Method · 0.45
intersects
Method · 0.45
andNot
Method · 0.45
or
Method · 0.45
xor
Method · 0.45
and
Method · 0.45
resize
Method · 0.45
compute
Method · 0.45
Calls
1
isEmpty
Method · 0.95
Tested by
no test coverage detected