MCPcopy Create free account
hub / github.com/Facets-cloud/flow / priorityShort

Function priorityShort

internal/app/list.go:976–986  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

974}
975
976func priorityShort(p string) string {
977 switch p {
978 case "high":
979 return "high"
980 case "medium":
981 return "med"
982 case "low":
983 return "low"
984 }
985 return p
986}
987
988// parseSince converts "today" / "monday" / "7d" / "YYYY-MM-DD" / "Nd"
989// into an absolute time lower bound, interpreted in local time. `now` is

Callers 2

listTasksCmdFunction · 0.85
listProjectsCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected