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

Method debugf

taskfile/reader.go:262–266  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

260}
261
262func (r *Reader) debugf(format string, a ...any) {
263 if r.debugFunc != nil {
264 r.debugFunc(fmt.Sprintf(format, a...))
265 }
266}
267
268func (r *Reader) promptf(format string, a ...any) error {
269 if r.promptFunc != nil {

Callers 1

readRemoteNodeContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected