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