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

Struct RunLogCache

pkg/cmd/run/view/view.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type RunLogCache struct {
33 cacheDir string
34}
35
36func (c RunLogCache) Exists(key string) (bool, error) {
37 _, err := os.Stat(c.filepath(key))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected