MCPcopy Index your code
hub / github.com/cli/cli / EnabledDetectorMock

Struct EnabledDetectorMock

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

Source from the content-addressed store, hash-verified

37}
38
39type EnabledDetectorMock struct{}
40
41func (md *EnabledDetectorMock) IssueFeatures() (IssueFeatures, error) {
42 return allIssueFeatures, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected