(r *Reader)
| 137 | } |
| 138 | |
| 139 | func (o *trustedHostsOption) ApplyToReader(r *Reader) { |
| 140 | r.trustedHosts = o.trustedHosts |
| 141 | } |
| 142 | |
| 143 | // WithTempDir sets the temporary directory that will be used by the [Reader]. |
| 144 | // By default, the reader uses [os.TempDir]. |
nothing calls this directly
no outgoing calls
no test coverage detected