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

Method DeleteApplicationConnectAPIKeysByUserID

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

Source from the content-addressed store, hash-verified

124 // be recreated.
125 DeleteAllWebpushSubscriptions(ctx context.Context) error
126 DeleteApplicationConnectAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error
127 // Deletes debug runs (and their cascaded steps) whose message IDs
128 // exceed the cutoff. The started_before bound prevents retried
129 // cleanup from deleting runs created by a replacement turn that

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 1

TestAPIKeyMethod · 0.52