MCPcopy
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
233type downloadOption struct {
234 download bool
235}
236
237func (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