MCPcopy
hub / github.com/github/github-mcp-server / IssueQueryResult

Interface IssueQueryResult

pkg/github/issues.go:510–513  ·  view source on GitHub ↗

Common interface for all issue query types

Source from the content-addressed store, hash-verified

508
509// Common interface for all issue query types
510type IssueQueryResult interface {
511 GetIssueFragment() IssueQueryFragment
512 GetIsPrivate() bool
513}
514
515type IssueQueryFragment struct {
516 Nodes []IssueFragment `graphql:"nodes"`

Callers 2

ListIssuesFunction · 0.65
ListIssuesFunction · 0.65

Implementers 4

ListIssuesQueryTypeWithLabelspkg/github/issues.go
ListIssuesQuerypkg/github/issues.go
ListIssuesQueryWithSincepkg/github/issues.go

Calls

no outgoing calls

Tested by

no test coverage detected