MCPcopy Create free account
hub / github.com/git-bug/git-bug / rootQueryResolver

Struct rootQueryResolver

api/graphql/resolvers/query.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var _ graph.QueryResolver = &rootQueryResolver{}
12
13type rootQueryResolver struct {
14 cache *cache.MultiRepoCache
15}
16
17func (r rootQueryResolver) Repository(_ context.Context, ref *string) (*models.Repository, error) {
18 var repo *cache.RepoCache

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected