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

Method BatchUpdateWorkspaceLastUsedAt

coderd/workspacestats/tracker.go:24–24  ·  view source on GitHub ↗
(context.Context, database.BatchUpdateWorkspaceLastUsedAtParams)

Source from the content-addressed store, hash-verified

22// Store is a subset of database.Store
23type Store interface {
24 BatchUpdateWorkspaceLastUsedAt(context.Context, database.BatchUpdateWorkspaceLastUsedAtParams) error
25}
26
27// UsageTracker tracks and de-bounces updates to workspace usage activity.

Callers 3

ReportAppStatsMethod · 0.65
TestTrackerFunction · 0.65
flushMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestTrackerFunction · 0.52