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

Struct identityResolver

api/graphql/resolvers/identity.go:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10var _ graph.IdentityResolver = &identityResolver{}
11
12type identityResolver struct{}
13
14func (r identityResolver) HumanID(ctx context.Context, obj models.IdentityWrapper) (string, error) {
15 return obj.Id().Human(), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected