Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ filepath
Method
filepath
pkg/cmd/run/view/view.go:75–77 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
(c RunLogCache) filepath(key string) string {
76
return
filepath.Join(c.cacheDir, fmt.Sprintf(
"run-log-%s.zip"
, key))
77
}
78
79
type
ViewOptions
struct
{
80
HttpClient
func
() (*http.Client, error)
Callers
3
Exists
Method · 0.95
Create
Method · 0.95
Open
Method · 0.95
Calls
1
Join
Method · 0.80
Tested by
no test coverage detected