MCPcopy Index your code
hub / github.com/cli/cli / RunLogCache

Struct RunLogCache

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected