MCPcopy Create free account
hub / github.com/go-task/task / ApplyToReader

Method ApplyToReader

taskfile/reader.go:183–185  ·  view source on GitHub ↗
(r *Reader)

Source from the content-addressed store, hash-verified

181}
182
183func (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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected