Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
177
type
tempDirPathOption
struct
{
178
path string
179
}
180
181
func
(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