(ctx context.Context, jobID uuid.UUID)
| 592 | // the same pull request are only counted once (keeping the most recent chat). |
| 593 | GetPRInsightsTimeSeries(ctx context.Context, arg GetPRInsightsTimeSeriesParams) ([]GetPRInsightsTimeSeriesRow, error) |
| 594 | GetParameterSchemasByJobID(ctx context.Context, jobID uuid.UUID) ([]ParameterSchema, error) |
| 595 | GetPrebuildMetrics(ctx context.Context) ([]GetPrebuildMetricsRow, error) |
| 596 | GetPrebuildsSettings(ctx context.Context) (string, error) |
| 597 | GetPresetByID(ctx context.Context, presetID uuid.UUID) (GetPresetByIDRow, error) |
no outgoing calls