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

Function isValidPriority

internal/app/add.go:353–355  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

351}
352
353func isValidPriority(p string) bool {
354 return p == "high" || p == "medium" || p == "low"
355}

Callers 4

cmdUpdateTaskFunction · 0.85
cmdUpdateProjectFunction · 0.85
addProjectFunction · 0.85
addTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected