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

Struct BugCommentEdge

api/graphql/models/gen_models.go:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type BugCommentEdge struct {
119 Cursor string `json:"cursor"`
120 Node *bug.Comment `json:"node"`
121}
122
123// The connection type for Bug.
124type BugConnection struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected