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

Method GetUserLinkByLinkedID

coderd/database/querier.go:795–795  ·  view source on GitHub ↗
(ctx context.Context, linkedID string)

Source from the content-addressed store, hash-verified

793 // will be included.
794 GetUserLatencyInsights(ctx context.Context, arg GetUserLatencyInsightsParams) ([]GetUserLatencyInsightsRow, error)
795 GetUserLinkByLinkedID(ctx context.Context, linkedID string) (UserLink, error)
796 GetUserLinkByUserIDLoginType(ctx context.Context, arg GetUserLinkByUserIDLoginTypeParams) (UserLink, error)
797 GetUserLinksByUserID(ctx context.Context, userID uuid.UUID) ([]UserLink, error)
798 GetUserNotificationPreferences(ctx context.Context, userID uuid.UUID) ([]NotificationPreference, error)

Callers 7

findLinkedUserFunction · 0.65
GetUserLinkByLinkedIDMethod · 0.65
GetUserLinkByLinkedIDMethod · 0.65
TestSystemFunctionsMethod · 0.65
TestGeneratorFunction · 0.65
TestUserLinksFunction · 0.65
GetUserLinkByLinkedIDMethod · 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 3

TestSystemFunctionsMethod · 0.52
TestGeneratorFunction · 0.52
TestUserLinksFunction · 0.52