MCPcopy Index your code
hub / github.com/coder/coder / StatsBatcher

Struct StatsBatcher

coderd/workspacestats/workspacestatstest/batcher.go:13–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type StatsBatcher struct {
14 Mu sync.Mutex
15
16 Called int64
17 LastTime time.Time
18 LastAgentID uuid.UUID
19 LastTemplateID uuid.UUID
20 LastUserID uuid.UUID
21 LastWorkspaceID uuid.UUID
22 LastStats *agentproto.Stats
23 LastUsage bool
24}
25
26var _ workspacestats.Batcher = &StatsBatcher{}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected