(r *Reader)
| 165 | } |
| 166 | |
| 167 | func (o *cacheExpiryDurationOption) ApplyToReader(r *Reader) { |
| 168 | r.cacheExpiryDuration = o.duration |
| 169 | } |
| 170 | |
| 171 | // WithDebugFunc sets the debug function to be used by the [Reader]. If set, |
| 172 | // this function will be called with debug messages. This can be useful if the |
nothing calls this directly
no outgoing calls
no test coverage detected