MCPcopy Create free account
hub / github.com/driangle/taskmd / resetSearchFlags

Function resetSearchFlags

apps/cli/internal/cli/search_test.go:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func resetSearchFlags() {
16 searchFormat = "table"
17 searchFilters = []string{}
18 searchSort = ""
19 searchLimit = 0
20 taskDir = "."
21 noColor = true
22}
23
24func createSearchTestFiles(t *testing.T) string {
25 t.Helper()

Callers 15

TestSearch_MatchInTitleFunction · 0.85
TestSearch_MatchInBodyFunction · 0.85
TestSearch_NoResultsFunction · 0.85
TestSearch_JSONFormatFunction · 0.85
TestSearch_YAMLFormatFunction · 0.85
TestSearch_EmptyTaskListFunction · 0.85
TestSearch_TableOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected