Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ dirOption
Struct
dirOption
executor.go:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
type
dirOption
struct
{
132
dir string
133
}
134
135
func
(o *dirOption) ApplyToExecutor(e *Executor) {
136
e.Dir = o.dir
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected