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

Method GetParameterSchemasByJobID

coderd/database/querier.go:594–594  ·  view source on GitHub ↗
(ctx context.Context, jobID uuid.UUID)

Source from the content-addressed store, hash-verified

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)

Callers 6

templateVersionMethod · 0.65
TestSystemFunctionsMethod · 0.65
withParameterSchemasFunction · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 2

TestSystemFunctionsMethod · 0.52
withParameterSchemasFunction · 0.52