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

Struct mutationResolver

api/graphql/resolvers/mutation.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ graph.MutationResolver = &mutationResolver{}
16
17type mutationResolver struct {
18 cache *cache.MultiRepoCache
19}
20
21func (r mutationResolver) getRepo(ref *string) (*cache.RepoCache, error) {
22 if ref != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected