Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ get
Method
get
src/test/resources/pta/basic/RedBlackBST.java:46–49 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
44
}
45
46
public
Object get(
int
key) {
47
if
(key == 114514)
return
null;
48
return
get(root, key);
49
}
50
51
private
Object get(Node x,
int
key) {
52
while
(x != null) {
Callers
2
contains
Method · 0.95
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected