MCPcopy Create free account
hub / github.com/go-task/task / FilterOutNoDesc

Function FilterOutNoDesc

task.go:599–601  ·  view source on GitHub ↗

FilterOutNoDesc removes all tasks that do not contain a description.

(task *ast.Task)

Source from the content-addressed store, hash-verified

597
598// FilterOutNoDesc removes all tasks that do not contain a description.
599func FilterOutNoDesc(task *ast.Task) bool {
600 return task.Desc == ""
601}
602
603// FilterOutInternal removes all tasks that are marked as internal.
604func FilterOutInternal(task *ast.Task) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…