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

Method Actors

api/graphql/graph/bug.generated.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int)

Source from the content-addressed store, hash-verified

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)
28 Comments(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.BugCommentConnection, error)
29 Timeline(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.BugTimelineItemConnection, error)

Callers 2

_Bug_actorsMethod · 0.65
ComplexityMethod · 0.65

Implementers 1

bugResolverapi/graphql/resolvers/bug.go

Calls

no outgoing calls

Tested by

no test coverage detected