MCPcopy
hub / github.com/cli/cli / IsPullRequest

Method IsPullRequest

pkg/search/result.go:401–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399}
400
401func (issue Issue) IsPullRequest() bool {
402 return issue.PullRequest.URL != ""
403}
404
405func (issue Issue) ExportData(fields []string) map[string]interface{} {
406 v := reflect.ValueOf(issue)

Callers 8

ExportDataMethod · 0.95
displayIssueResultsFunction · 0.45
closeRunFunction · 0.45
apiCloseFunction · 0.45
apiReopenFunction · 0.45
deleteRunFunction · 0.45
transferRunFunction · 0.45
editRunFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected