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

Function hasDescription

internal/summary/summary.go:84–86  ·  view source on GitHub ↗
(t *ast.Task)

Source from the content-addressed store, hash-verified

82}
83
84func hasDescription(t *ast.Task) bool {
85 return t.Desc != ""
86}
87
88func printTaskDescription(l *logger.Logger, t *ast.Task) {
89 l.Outf(logger.Default, "%s\n", t.Desc)

Callers 1

printTaskDescribingTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…