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

Struct TagCount

internal/flowdb/db.go:1049–1052  ·  view source on GitHub ↗

TagCount is the (tag, task-count) pair returned by ListAllTags.

Source from the content-addressed store, hash-verified

1047
1048// TagCount is the (tag, task-count) pair returned by ListAllTags.
1049type TagCount struct {
1050 Tag string
1051 Count int
1052}
1053
1054// ListAllTags returns every distinct tag in use, with the number of
1055// non-archived tasks that carry it. Sorted by count descending, then

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected