(r *Reader)
| 109 | } |
| 110 | |
| 111 | func (o *downloadOption) ApplyToReader(r *Reader) { |
| 112 | r.download = o.download |
| 113 | } |
| 114 | |
| 115 | // WithOffline stops the [Reader] from being able to make network connections. |
| 116 | // It will still be able to read local files and cached copies of remote files. |
nothing calls this directly
no outgoing calls
no test coverage detected