MCPcopy Index your code
hub / github.com/git-bug/git-bug / Comments

Method Comments

api/graphql/graph/bug.generated.go:28–28  ·  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

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)
30 Operations(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.OperationConnection, error)
31}

Callers 2

_Bug_commentsMethod · 0.65
ComplexityMethod · 0.65

Implementers 1

bugResolverapi/graphql/resolvers/bug.go

Calls

no outgoing calls

Tested by

no test coverage detected