Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ size
Method
size
src/test/resources/pta/basic/RedBlackBST.java:33–36 ·
view source on GitHub ↗
(Node x)
Source
from the content-addressed store, hash-verified
31
}
32
33
private
int
size(Node x) {
34
if
(x == null)
return
0;
35
return
x.size;
36
}
37
38
public
int
size() {
39
return
size(root);
Callers
7
put
Method · 0.95
rotateRight
Method · 0.95
rotateLeft
Method · 0.95
balance
Method · 0.95
select
Method · 0.95
rank
Method · 0.95
isSizeConsistent
Method · 0.95
Calls
2
contains
Method · 0.95
rank
Method · 0.95
Tested by
no test coverage detected