(ctx context.Context, createdAfter time.Time)
| 3380 | } |
| 3381 | |
| 3382 | func (q *querier) GetDeploymentWorkspaceAgentStats(ctx context.Context, createdAfter time.Time) (database.GetDeploymentWorkspaceAgentStatsRow, error) { |
| 3383 | return q.db.GetDeploymentWorkspaceAgentStats(ctx, createdAfter) |
| 3384 | } |
| 3385 | |
| 3386 | func (q *querier) GetDeploymentWorkspaceAgentUsageStats(ctx context.Context, createdAt time.Time) (database.GetDeploymentWorkspaceAgentUsageStatsRow, error) { |
| 3387 | return q.db.GetDeploymentWorkspaceAgentUsageStats(ctx, createdAt) |
nothing calls this directly
no test coverage detected