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

Struct offlineOption

taskfile/reader.go:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121type offlineOption struct {
122 offline bool
123}
124
125func (o *offlineOption) ApplyToReader(r *Reader) {
126 r.offline = o.offline

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected