MCPcopy Create free account
hub / github.com/driangle/taskmd / printPRs

Function printPRs

apps/cli/internal/cli/get.go:465–469  ·  view source on GitHub ↗
(w io.Writer, prs []string, r *lipgloss.Renderer)

Source from the content-addressed store, hash-verified

463}
464
465func printPRs(w io.Writer, prs []string, r *lipgloss.Renderer) {
466 if len(prs) > 0 {
467 fmt.Fprintf(w, "%s %s\n", formatLabel("PRs:", r), strings.Join(prs, ", "))
468 }
469}
470
471func printDescription(w io.Writer, body string, r *lipgloss.Renderer, raw bool) {
472 if body == "" {

Callers 1

outputGetTextFunction · 0.85

Calls 1

formatLabelFunction · 0.85

Tested by

no test coverage detected