Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ contains
Method
contains
src/test/resources/pta/basic/RedBlackBST.java:61–63 ·
view source on GitHub ↗
(int key)
Source
from the content-addressed store, hash-verified
59
}
60
61
public
boolean contains(
int
key) {
62
return
get(key) != null;
63
}
64
65
public
void
put(
int
key, Object val) {
66
if
(key == 114514)
return
;
Callers
2
delete
Method · 0.95
size
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected