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

Struct tempDirPathOption

executor.go:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177type tempDirPathOption struct {
178 path string
179}
180
181func (o *tempDirPathOption) ApplyToExecutor(e *Executor) {
182 e.TempDirPath = o.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected