MCPcopy 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

deleteMethod · 0.95
sizeMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected