MCPcopy
hub / github.com/cli/cli / IssueFeatures

Method IssueFeatures

internal/featuredetection/feature_detection.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type Detector interface {
15 IssueFeatures() (IssueFeatures, error)
16 PullRequestFeatures() (PullRequestFeatures, error)
17 RepositoryFeatures() (RepositoryFeatures, error)
18 ProjectsV1() gh.ProjectsV1Support

Callers 5

viewRunFunction · 0.65
createRunFunction · 0.65
editRunFunction · 0.65
createRunFunction · 0.65
editRunFunction · 0.65

Implementers 3

detectorinternal/featuredetection/feature_dete
DisabledDetectorMockinternal/featuredetection/detector_moc
EnabledDetectorMockinternal/featuredetection/detector_moc

Calls

no outgoing calls

Tested by

no test coverage detected