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

Struct debugFuncOption

taskfile/reader.go:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179type debugFuncOption struct {
180 debugFunc DebugFunc
181}
182
183func (o *debugFuncOption) ApplyToReader(r *Reader) {
184 r.debugFunc = o.debugFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected