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

Struct bugResolver

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

Source from the content-addressed store, hash-verified

13var _ graph.BugResolver = &bugResolver{}
14
15type bugResolver struct{}
16
17func (bugResolver) HumanID(_ context.Context, obj models.BugWrapper) (string, error) {
18 return obj.Id().Human(), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected