Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ itemCheck
Method
itemCheck
benchmark/bench/binarytrees.java:65–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
private
int
itemCheck(){
66
// if necessary deallocate here
67
if
(left==null)
return
item;
68
else
return
item + left.itemCheck() - right.itemCheck();
69
}
70
}
71
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected