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

Function formatLinkedIssueRefs

pkg/cmd/issue/view/view.go:367–369  ·  view source on GitHub ↗

formatLinkedIssueRefs formats a comma-separated list of linked issue references without titles.

(issues []api.LinkedIssue)

Source from the content-addressed store, hash-verified

365// formatLinkedIssueRefs formats a comma-separated list of linked issue
366// references without titles.
367func formatLinkedIssueRefs(issues []api.LinkedIssue) string {
368 return joinLinkedIssues(issues, false)
369}
370
371// formatLinkedIssueListWithTitle formats a comma-separated list of linked
372// issue references with each title appended after the reference.

Callers 1

printRawIssuePreviewFunction · 0.85

Calls 1

joinLinkedIssuesFunction · 0.85

Tested by

no test coverage detected