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

Struct RootResolver

api/graphql/resolvers/root.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var _ graph.ResolverRoot = &RootResolver{}
10
11type RootResolver struct {
12 *cache.MultiRepoCache
13 bugRootSubResolver
14}
15
16func NewRootResolver(mrc *cache.MultiRepoCache) *RootResolver {
17 return &RootResolver{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected