MCPcopy Create free account
hub / github.com/cli/cli / IssueFeatures

Method IssueFeatures

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

Source from the content-addressed store, hash-verified

14
15type Detector interface {
16 IssueFeatures() (IssueFeatures, error)
17 PullRequestFeatures() (PullRequestFeatures, error)
18 RepositoryFeatures() (RepositoryFeatures, error)
19 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