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

Method GetPrebuildsSettings

coderd/database/dbauthz/dbauthz.go:3939–3941  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

3937}
3938
3939func (q *querier) GetPrebuildsSettings(ctx context.Context) (string, error) {
3940 return q.db.GetPrebuildsSettings(ctx)
3941}
3942
3943func (q *querier) GetPresetByID(ctx context.Context, presetID uuid.UUID) (database.GetPresetByIDRow, error) {
3944 empty := database.GetPresetByIDRow{}

Callers

nothing calls this directly

Calls 1

GetPrebuildsSettingsMethod · 0.65

Tested by

no test coverage detected