MCPcopy Create free account
hub / github.com/c-rack/cbor-java / get

Method get

src/main/java/co/nstant/in/cbor/model/Map.java:30–32  ·  view source on GitHub ↗
(DataItem key)

Source from the content-addressed store, hash-verified

28 }
29
30 public DataItem get(DataItem key) {
31 return map.get(key);
32 }
33
34 public DataItem remove(DataItem key) {
35 keys.remove(key);

Callers 15

startMapInMapMethod · 0.95
decodeFixedLengthMethod · 0.95
shouldAddTagMethod · 0.80
testMethod · 0.80
testTaggingMethod · 0.80
shouldEncodeAndDecodeMethod · 0.80
shouldEncodeMethod · 0.80
shouldEncodeMethod · 0.80
shouldEncodeMethod · 0.80

Calls

no outgoing calls

Tested by 15

startMapInMapMethod · 0.76
shouldAddTagMethod · 0.64
testMethod · 0.64
testTaggingMethod · 0.64
shouldEncodeAndDecodeMethod · 0.64
shouldEncodeMethod · 0.64
shouldEncodeMethod · 0.64
shouldEncodeMethod · 0.64
shouldDecodeMethod · 0.64