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

Method GetUserByID

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

Source from the content-addressed store, hash-verified

770 GetUserAppearanceSettings(ctx context.Context, userID uuid.UUID) (GetUserAppearanceSettingsRow, error)
771 GetUserByEmailOrUsername(ctx context.Context, arg GetUserByEmailOrUsernameParams) (User, error)
772 GetUserByID(ctx context.Context, id uuid.UUID) (User, error)
773 GetUserChatCompactionThreshold(ctx context.Context, arg GetUserChatCompactionThresholdParams) (string, error)
774 GetUserChatCustomPrompt(ctx context.Context, userID uuid.UUID) (string, error)
775 GetUserChatDebugLoggingEnabled(ctx context.Context, userID uuid.UUID) (bool, error)

Callers 15

TestChatCostUsersFunction · 0.65
userOIDCClaimsMethod · 0.65
postUserMethod · 0.65
deleteUserMethod · 0.65
putUserStatusMethod · 0.65
putUserPasswordMethod · 0.65
notifyTemplateDeletedMethod · 0.65
putWorkspaceDormantMethod · 0.65
findLinkedUserFunction · 0.65
generateFakeAuditLogMethod · 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 8

TestChatCostUsersFunction · 0.52
TestUserChangeLoginTypeFunction · 0.52
TestNestedInTxFunction · 0.52
TestUserMethod · 0.52
TestAIBridgeMethod · 0.52
TestGeneratorFunction · 0.52