Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
func
isValidPriority(p string) bool {
354
return
p ==
"high"
|| p ==
"medium"
|| p ==
"low"
355
}
Callers
4
cmdUpdateTask
Function · 0.85
cmdUpdateProject
Function · 0.85
addProject
Function · 0.85
addTask
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected