Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ insecureOption
Struct
insecureOption
taskfile/reader.go:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
type
insecureOption
struct
{
94
insecure bool
95
}
96
97
func
(o *insecureOption) ApplyToReader(r *Reader) {
98
r.insecure = o.insecure
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected