MCPcopy Index your code
hub / github.com/google/gapid / Resolve

Function Resolve

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

Resolve resolves id with the database held by the context.

(ctx context.Context, id id.ID)

Source from the content-addressed store, hash-verified

47
48// Resolve resolves id with the database held by the context.
49func Resolve(ctx context.Context, id id.ID) (interface{}, error) {
50 return Get(ctx).Resolve(ctx, id)
51}
52
53// Build stores resolvable into d, and then resolves and returns the resolved
54// object.

Callers

nothing calls this directly

Calls 2

GetFunction · 0.70
ResolveMethod · 0.65

Tested by

no test coverage detected