(r *Reader)
| 181 | } |
| 182 | |
| 183 | func (o *debugFuncOption) ApplyToReader(r *Reader) { |
| 184 | r.debugFunc = o.debugFunc |
| 185 | } |
| 186 | |
| 187 | // WithPromptFunc sets the prompt function to be used by the [Reader]. If set, |
| 188 | // this function will be called with prompt messages. The function should |
nothing calls this directly
no outgoing calls
no test coverage detected