| 3 | import "github.com/cli/cli/v2/internal/gh" |
| 4 | |
| 5 | type DisabledDetectorMock struct{} |
| 6 | |
| 7 | func (md *DisabledDetectorMock) IssueFeatures() (IssueFeatures, error) { |
| 8 | return IssueFeatures{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected