Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
shouldUseLastOfDuplicateKeysByDefault
Method · 0.95
startMapInMap
Method · 0.95
decodeInfinitiveLength
Method · 0.95
decodeFixedLength
Method · 0.95
shouldAddTag
Method · 0.80
test
Method · 0.80
testTagging
Method · 0.80
shouldEncodeAndDecode
Method · 0.80
shouldEncode
Method · 0.80
shouldEncode
Method · 0.80
shouldEncode
Method · 0.80
shouldDecodeBigNumbers
Method · 0.80
Calls
no outgoing calls
Tested by
15
shouldUseLastOfDuplicateKeysByDefault
Method · 0.76
startMapInMap
Method · 0.76
shouldAddTag
Method · 0.64
test
Method · 0.64
testTagging
Method · 0.64
shouldEncodeAndDecode
Method · 0.64
shouldEncode
Method · 0.64
shouldEncode
Method · 0.64
shouldEncode
Method · 0.64
shouldDecodeBigNumbers
Method · 0.64
shouldDecodeTaggedTags
Method · 0.64
shouldDecode
Method · 0.64