Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
179
type
debugFuncOption
struct
{
180
debugFunc DebugFunc
181
}
182
183
func
(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