Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ downloadOption
Struct
downloadOption
executor.go:233–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
type
downloadOption
struct
{
234
download bool
235
}
236
237
func
(o *downloadOption) ApplyToExecutor(e *Executor) {
238
e.Download = o.download
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected