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

Function PrintSpaceBetweenSummaries

internal/summary/summary.go:21–29  ·  view source on GitHub ↗
(l *logger.Logger, i int)

Source from the content-addressed store, hash-verified

19}
20
21func PrintSpaceBetweenSummaries(l *logger.Logger, i int) {
22 spaceRequired := i > 0
23 if !spaceRequired {
24 return
25 }
26
27 l.Outf(logger.Default, "\n")
28 l.Outf(logger.Default, "\n")
29}
30
31func PrintTask(l *logger.Logger, t *ast.Task) {
32 printTaskName(l, t)

Callers 2

RunMethod · 0.92
PrintTasksFunction · 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…