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

Method HumanID

api/graphql/graph/bug.generated.go:24–24  ·  view source on GitHub ↗
(ctx context.Context, obj models.BugWrapper)

Source from the content-addressed store, hash-verified

22
23type BugResolver interface {
24 HumanID(ctx context.Context, obj models.BugWrapper) (string, error)
25
26 Actors(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.IdentityConnection, error)
27 Participants(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.IdentityConnection, error)

Callers 2

_Bug_humanIdMethod · 0.65
ComplexityMethod · 0.65

Implementers 1

bugResolverapi/graphql/resolvers/bug.go

Calls

no outgoing calls

Tested by

no test coverage detected