MCPcopy
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
219type insecureOption struct {
220 insecure bool
221}
222
223func (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