Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ main
Method
main
src/test/resources/pta/basic/RedBlackBST.java:411–418 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
409
}
410
411
public
static
void
main(String[] args) {
412
RedBlackBST st =
new
RedBlackBST();
413
st.put(1,
new
Object());
414
st.put(114,
new
Object());
415
st.delete(1);
416
Object val = st.get(3);
417
st.check();
418
}
419
}
420
Callers
nothing calls this directly
Calls
4
put
Method · 0.95
delete
Method · 0.95
get
Method · 0.95
check
Method · 0.95
Tested by
no test coverage detected