Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ downloadOption
Struct
downloadOption
taskfile/reader.go:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
type
downloadOption
struct
{
108
download bool
109
}
110
111
func
(o *downloadOption) ApplyToReader(r *Reader) {
112
r.download = o.download
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected