Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
247
type
offlineOption
struct
{
248
offline bool
249
}
250
251
func
(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