Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
161
type
tempDirOption
struct
{
162
tempDir TempDir
163
}
164
165
func
(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