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

Struct debugFuncOption

taskrc/reader.go:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type debugFuncOption struct {
52 debugFunc DebugFunc
53}
54
55func (o *debugFuncOption) ApplyToReader(r *Reader) {
56 r.debugFunc = o.debugFunc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected