Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Preview
Method
Preview
pkg/cmd/status/status.go:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(s StatusItem) Preview() string {
114
return
strings.ReplaceAll(strings.ReplaceAll(s.preview,
"\r"
,
""
),
"\n"
,
" "
)
115
}
116
117
type
IssueOrPR
struct
{
118
Number int
Callers
1
statusRun
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected