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

Method GetExternalAuthLinksByUserID

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

Source from the content-addressed store, hash-verified

470 GetEnabledMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error)
471 GetExternalAuthLink(ctx context.Context, arg GetExternalAuthLinkParams) (ExternalAuthLink, error)
472 GetExternalAuthLinksByUserID(ctx context.Context, userID uuid.UUID) ([]ExternalAuthLink, error)
473 GetFailedWorkspaceBuildsByTemplateID(ctx context.Context, arg GetFailedWorkspaceBuildsByTemplateIDParams) ([]GetFailedWorkspaceBuildsByTemplateIDRow, error)
474 GetFileByHashAndCreator(ctx context.Context, arg GetFileByHashAndCreatorParams) (File, error)
475 GetFileByID(ctx context.Context, id uuid.UUID) (File, error)

Callers 10

listUserExternalAuthsMethod · 0.65
TestAPIKeyMethod · 0.65
TestServerDBCryptFunction · 0.65
RotateFunction · 0.65
DecryptFunction · 0.65
TestExternalAuthLinksFunction · 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 5

TestAPIKeyMethod · 0.52
TestServerDBCryptFunction · 0.52
TestExternalAuthLinksFunction · 0.52