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

TypeAlias Status

sdk/go/model/task.go:61–61  ·  view source on GitHub ↗

Status represents the current state of a task

Source from the content-addressed store, hash-verified

59
60// Status represents the current state of a task
61type Status string
62
63const (
64 StatusPending Status = "pending"

Callers 1

TestStatus_IsResolvedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected