MCPcopy
hub / github.com/go-task/task / tempDirOption

Struct tempDirOption

executor.go:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type tempDirOption struct {
162 tempDir TempDir
163}
164
165func (o *tempDirOption) ApplyToExecutor(e *Executor) {
166 e.TempDir = o.tempDir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected