MCPcopy
hub / github.com/cli/cli / DisabledDetectorMock

Struct DisabledDetectorMock

internal/featuredetection/detector_mock.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/cli/cli/v2/internal/gh"
4
5type DisabledDetectorMock struct{}
6
7func (md *DisabledDetectorMock) IssueFeatures() (IssueFeatures, error) {
8 return IssueFeatures{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected