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

Method Contains

gapis/database/database.go:40–40  ·  view source on GitHub ↗

Contains returns true if the database has an entry for the specified id.

(context.Context, id.ID)

Source from the content-addressed store, hash-verified

38 IsResolved(context.Context, id.ID) bool
39 // Contains returns true if the database has an entry for the specified id.
40 Contains(context.Context, id.ID) bool
41}
42
43// Store stores v to the database held by the context.

Callers 15

NeedsRetryFunction · 0.65
rowAtMethod · 0.65
columnAtMethod · 0.65
cellAtMethod · 0.65
lookupMethod · 0.65
ContainsMethod · 0.65
TestContainsFunction · 0.65
isNewlineFunction · 0.65
devInfoPortListeningFunction · 0.65
isPerfettoTraceFormatFunction · 0.65
buildFilterFunction · 0.65

Implementers 1

memorygapis/database/memory.go

Calls

no outgoing calls

Tested by 4

TestContainsFunction · 0.52
TestContainsFunction · 0.52
TestCloneReferencesFunction · 0.52