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

Method Contains

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

Contains returns true if the dictionary contains an entry with the given key.

(key interface{})

Source from the content-addressed store, hash-verified

33 // Contains returns true if the dictionary contains an entry with the given
34 // key.
35 Contains(key interface{}) bool
36 // Remove removes the entry with the given key. If no entry with the given
37 // key exists then this call is a no-op.
38 Remove(key interface{})

Callers 15

CanApplyPatchMethod · 0.65
FindByPartialNameMethod · 0.65
TestDimensionFunction · 0.65
SELinuxEnforcingMethod · 0.65
parsePackagesMethod · 0.65
GetConnectedDeviceFunction · 0.65
ContainsMethod · 0.65
TestPathContainsFunction · 0.65
TestInvalidCustomActionFunction · 0.65
TestDictionaryFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 7

TestDimensionFunction · 0.52
TestPathContainsFunction · 0.52
TestInvalidCustomActionFunction · 0.52
TestDictionaryFunction · 0.52
ExampleStringFragmentsFunction · 0.52