Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
type
offlineOption
struct
{
122
offline bool
123
}
124
125
func
(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