MCPcopy Create free account
hub / github.com/google/gapid / Get

Method Get

core/data/dictionary/dictionary.go:27–27  ·  view source on GitHub ↗

Get returns the value of the entry with the given key.

(key interface{})

Source from the content-addressed store, hash-verified

25type I interface {
26 // Get returns the value of the entry with the given key.
27 Get(key interface{}) (val interface{})
28 // Add inserts the key-value pair, replacing any existing entry with the
29 // same key.
30 Add(key, val interface{})

Callers 15

StartMethod · 0.65
TestNoKeysFunction · 0.65
TestKeysFunction · 0.65
TestManyKeysFunction · 0.65
TestCloneFunction · 0.65
TestDictionaryFunction · 0.65
EntriesFunction · 0.65
HashFunction · 0.65
MessageMethod · 0.65
TestDurationCounterFunction · 0.65

Implementers 2

dictcore/data/dictionary/dictionary.go
sourcecore/data/dictionary/source.go

Calls

no outgoing calls

Tested by 11

TestNoKeysFunction · 0.52
TestKeysFunction · 0.52
TestManyKeysFunction · 0.52
TestCloneFunction · 0.52
TestDictionaryFunction · 0.52
TestDurationCounterFunction · 0.52
TestInvokeStringFormatFunction · 0.52
TestInvokeStaticMethodFunction · 0.52
TestInvokeMethodFunction · 0.52