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

Method IsResolved

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

IsResolved returns true if the object is in the database, and has already been resolved, and false if either the object is not in the database, or is, but has not been resolved yet.

(context.Context, id.ID)

Source from the content-addressed store, hash-verified

36 // and has already been resolved, and false if either the object
37 // is not in the database, or is, but has not been resolved yet.
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}

Callers 1

GetOrBuildFunction · 0.65

Implementers 1

memorygapis/database/memory.go

Calls

no outgoing calls

Tested by

no test coverage detected