| 15 | var _ graph.MutationResolver = &mutationResolver{} |
| 16 | |
| 17 | type mutationResolver struct { |
| 18 | cache *cache.MultiRepoCache |
| 19 | } |
| 20 | |
| 21 | func (r mutationResolver) getRepo(ref *string) (*cache.RepoCache, error) { |
| 22 | if ref != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected