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

Function FilterOutInternal

task.go:604–606  ·  view source on GitHub ↗

FilterOutInternal removes all tasks that are marked as internal.

(task *ast.Task)

Source from the content-addressed store, hash-verified

602
603// FilterOutInternal removes all tasks that are marked as internal.
604func FilterOutInternal(task *ast.Task) bool {
605 return task.Internal
606}
607
608func shouldRunOnCurrentPlatform(platforms []*ast.Platform) bool {
609 if len(platforms) == 0 {

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…