MCPcopy Index your code
hub / github.com/go-task/task / printTaskDescription

Function printTaskDescription

internal/summary/summary.go:88–90  ·  view source on GitHub ↗
(l *logger.Logger, t *ast.Task)

Source from the content-addressed store, hash-verified

86}
87
88func printTaskDescription(l *logger.Logger, t *ast.Task) {
89 l.Outf(logger.Default, "%s\n", t.Desc)
90}
91
92func printNoDescriptionOrSummary(l *logger.Logger) {
93 l.Outf(logger.Default, "(task does not have description or summary)\n")

Callers 1

printTaskDescribingTextFunction · 0.85

Calls 1

OutfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…