MCPcopy
hub / github.com/go-task/task / offlineOption

Struct offlineOption

executor.go:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247type offlineOption struct {
248 offline bool
249}
250
251func (o *offlineOption) ApplyToExecutor(e *Executor) {
252 e.Offline = o.offline

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected