MCPcopy Index your code
hub / github.com/cli/cli / formatLinkedIssueRefs

Function formatLinkedIssueRefs

pkg/cmd/issue/view/view.go:362–364  ·  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

360// formatLinkedIssueRefs formats a comma-separated list of linked issue
361// references without titles.
362func formatLinkedIssueRefs(issues []api.LinkedIssue) string {
363 return joinLinkedIssues(issues, false)
364}
365
366// formatLinkedIssueListWithTitle formats a comma-separated list of linked
367// 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