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

Method Name

api/graphql/graph/label.generated.go:24–24  ·  view source on GitHub ↗
(ctx context.Context, obj *common.Label)

Source from the content-addressed store, hash-verified

22
23type LabelResolver interface {
24 Name(ctx context.Context, obj *common.Label) (string, error)
25 Color(ctx context.Context, obj *common.Label) (*color.RGBA, error)
26}
27

Callers 5

NameMethod · 0.65
_Label_nameMethod · 0.65
_Identity_nameMethod · 0.65
ComplexityMethod · 0.65
___Type_nameMethod · 0.65

Implementers 1

labelResolverapi/graphql/resolvers/label.go

Calls

no outgoing calls

Tested by

no test coverage detected