(r *Reader)
| 151 | } |
| 152 | |
| 153 | func (o *tempDirOption) ApplyToReader(r *Reader) { |
| 154 | r.tempDir = o.tempDir |
| 155 | } |
| 156 | |
| 157 | // WithCacheExpiryDuration sets the duration after which the cache is considered |
| 158 | // expired. By default, the cache is considered expired after 24 hours. |
nothing calls this directly
no outgoing calls
no test coverage detected