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

Struct WeeklyPoint

internal/stats/report.go:17–21  ·  view source on GitHub ↗

WeeklyPoint is one bucket of the lookups/tokens sparkline.

Source from the content-addressed store, hash-verified

15
16// WeeklyPoint is one bucket of the lookups/tokens sparkline.
17type WeeklyPoint struct {
18 WeekStart time.Time
19 Lookups int
20 Tokens int64
21}
22
23// Stats is the fully-aggregated analytics result for one window/project.
24type Stats struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected