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

Method filepath

pkg/cmd/run/view/view.go:76–78  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

74}
75
76func (c RunLogCache) filepath(key string) string {
77 return filepath.Join(c.cacheDir, fmt.Sprintf("run-log-%s.zip", key))
78}
79
80type ViewOptions struct {
81 HttpClient func() (*http.Client, error)

Callers 3

ExistsMethod · 0.95
CreateMethod · 0.95
OpenMethod · 0.95

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected