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

Method Name

api/graphql/resolvers/repo.go:19–22  ·  view source on GitHub ↗
(_ context.Context, obj *models.Repository)

Source from the content-addressed store, hash-verified

17type repoResolver struct{}
18
19func (repoResolver) Name(_ context.Context, obj *models.Repository) (*string, error) {
20 name := obj.Repo.Name()
21 return &name, nil
22}
23
24func (repoResolver) AllBugs(_ context.Context, obj *models.Repository, after *string, before *string, first *int, last *int, queryStr *string) (*models.BugConnection, error) {
25 input := models.ConnectionInput{

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected