MCPcopy
hub / github.com/go-task/task / trustedHostsOption

Struct trustedHostsOption

taskfile/reader.go:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135type trustedHostsOption struct {
136 trustedHosts []string
137}
138
139func (o *trustedHostsOption) ApplyToReader(r *Reader) {
140 r.trustedHosts = o.trustedHosts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected