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

Method GetDeploymentID

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

Source from the content-addressed store, hash-verified

3375}
3376
3377func (q *querier) GetDeploymentID(ctx context.Context) (string, error) {
3378 // No authz checks
3379 return q.db.GetDeploymentID(ctx)
3380}
3381
3382func (q *querier) GetDeploymentWorkspaceAgentStats(ctx context.Context, createdAfter time.Time) (database.GetDeploymentWorkspaceAgentStatsRow, error) {
3383 return q.db.GetDeploymentWorkspaceAgentStats(ctx, createdAfter)

Callers

nothing calls this directly

Calls 1

GetDeploymentIDMethod · 0.65

Tested by

no test coverage detected