Count regular workspaces: only those whose first successful 'start' build was not initiated by the prebuild system user.
(ctx context.Context)
| 651 | // Count regular workspaces: only those whose first successful 'start' build |
| 652 | // was not initiated by the prebuild system user. |
| 653 | GetRegularWorkspaceCreateMetrics(ctx context.Context) ([]GetRegularWorkspaceCreateMetricsRow, error) |
| 654 | GetReplicaByID(ctx context.Context, id uuid.UUID) (Replica, error) |
| 655 | GetReplicasUpdatedAfter(ctx context.Context, updatedAt time.Time) ([]Replica, error) |
| 656 | GetRunningPrebuiltWorkspaces(ctx context.Context) ([]GetRunningPrebuiltWorkspacesRow, error) |
no outgoing calls
no test coverage detected