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

Method Operations

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

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}
32
33// endregion ************************** generated!.gotpl **************************

Callers 2

_Bug_operationsMethod · 0.65
ComplexityMethod · 0.65

Implementers 1

bugResolverapi/graphql/resolvers/bug.go

Calls

no outgoing calls

Tested by

no test coverage detected