MCPcopy
hub / github.com/OpenTSDB/opentsdb / contains

Method contains

src/utils/ByteSet.java:59–62  ·  view source on GitHub ↗
(final Object key)

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public boolean contains(final Object key) {
61 return map.containsKey(key);
62 }
63
64 @Override
65 public boolean add(final byte[] key) {

Callers 15

goodOperationsMethod · 0.95
flattenTagsMethod · 0.95
flattenTagsMethod · 0.95
serdesMethod · 0.80
serdesMethod · 0.80
testToStringMethod · 0.80
testJsonSerializationMethod · 0.80
testToStringMethod · 0.80

Calls

no outgoing calls

Tested by 15

goodOperationsMethod · 0.76
serdesMethod · 0.64
serdesMethod · 0.64
testToStringMethod · 0.64
testJsonSerializationMethod · 0.64
testToStringMethod · 0.64
answerMethod · 0.64
ctorMethod · 0.64