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

Struct labelResolver

api/graphql/resolvers/label.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var _ graph.LabelResolver = &labelResolver{}
12
13type labelResolver struct{}
14
15func (labelResolver) Name(ctx context.Context, obj *common.Label) (string, error) {
16 return obj.String(), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected