MCPcopy
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
93type insecureOption struct {
94 insecure bool
95}
96
97func (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