MCPcopy Create free account
hub / github.com/go-task/task / WithRemoteCacheDir

Function WithRemoteCacheDir

executor.go:298–300  ·  view source on GitHub ↗

WithRemoteCacheDir sets the directory where remote taskfiles are cached.

(dir string)

Source from the content-addressed store, hash-verified

296
297// WithRemoteCacheDir sets the directory where remote taskfiles are cached.
298func WithRemoteCacheDir(dir string) ExecutorOption {
299 return &remoteCacheDirOption{dir: dir}
300}
301
302type remoteCacheDirOption struct {
303 dir string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…