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

Method Preview

pkg/cmd/status/status.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (s StatusItem) Preview() string {
115 return strings.ReplaceAll(strings.ReplaceAll(s.preview, "\r", ""), "\n", " ")
116}
117
118type IssueOrPR struct {
119 Number int

Callers 1

statusRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected