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

Struct RunLogCache

pkg/cmd/run/view/view.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected