Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ insecureOption
Struct
insecureOption
executor.go:219–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
type
insecureOption
struct
{
220
insecure bool
221
}
222
223
func
(o *insecureOption) ApplyToExecutor(e *Executor) {
224
e.Insecure = o.insecure
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected