MCPcopy
hub / github.com/go-task/task / promptFuncOption

Struct promptFuncOption

taskfile/reader.go:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198type promptFuncOption struct {
199 promptFunc PromptFunc
200}
201
202func (o *promptFuncOption) ApplyToReader(r *Reader) {
203 r.promptFunc = o.promptFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected