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

Method PullRequestFeatures

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

Source from the content-addressed store, hash-verified

15type Detector interface {
16 IssueFeatures() (IssueFeatures, error)
17 PullRequestFeatures() (PullRequestFeatures, error)
18 RepositoryFeatures() (RepositoryFeatures, error)
19 ProjectsV1() gh.ProjectsV1Support
20 ProjectFeatures() (ProjectFeatures, error)

Callers 3

checksRunFunction · 0.65
FindMethod · 0.65
statusRunFunction · 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