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

Struct taskCounts

internal/app/list.go:931–933  ·  view source on GitHub ↗

---------- helpers ----------

Source from the content-addressed store, hash-verified

929// ---------- helpers ----------
930
931type taskCounts struct {
932 total, inProg, backlog, done int
933}
934
935func projectTaskCounts(db *sql.DB, projectSlug string) (taskCounts, error) {
936 var c taskCounts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected