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

Function hasSummary

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

Source from the content-addressed store, hash-verified

50}
51
52func hasSummary(t *ast.Task) bool {
53 return t.Summary != ""
54}
55
56func printTaskSummary(l *logger.Logger, t *ast.Task) {
57 lines := strings.Split(t.Summary, "\n")

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…