golang.org/x/pkgsite/internal/postgres.VersionStats.VersionCounts (field)

4 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		versionstate.go#L419: 	VersionCounts   map[int]int // from status to number of rows
		versionstate.go#L438: 		VersionCounts: make(map[int]int),
		versionstate.go#L452: 		stats.VersionCounts[int(status.Int64)] = count

	golang.org/x/pkgsite/internal/worker
		pages.go#L181: 	for code, n := range stats.VersionCounts {