Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
type
debugFuncOption
struct
{
52
debugFunc DebugFunc
53
}
54
55
func
(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