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

Function isValidStatus

internal/app/update.go:334–336  ·  view source on GitHub ↗

isValidStatus checks the task status enum.

(s string)

Source from the content-addressed store, hash-verified

332
333// isValidStatus checks the task status enum.
334func isValidStatus(s string) bool {
335 return s == "backlog" || s == "in-progress" || s == "done"
336}
337
338// cmdUpdateProject implements `flow update project <ref> [--priority <p>]`.
339// Project field edits are minimal — priority is the only post-creation

Callers 1

cmdUpdateTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected