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

Function NoSort

internal/sort/sorter.go:13–15  ·  view source on GitHub ↗

NoSort leaves the tasks in the order they are defined.

(items []string, namespaces []string)

Source from the content-addressed store, hash-verified

11
12// NoSort leaves the tasks in the order they are defined.
13func NoSort(items []string, namespaces []string) []string {
14 return items
15}
16
17// AlphaNumeric sorts the JSON output so that tasks are in alpha numeric order
18// by task name.

Callers 1

TestNoSort_SortFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestNoSort_SortFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…