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

Method UpdateUserThemeMode

coderd/database/querier.go:1331–1331  ·  view source on GitHub ↗
(ctx context.Context, arg UpdateUserThemeModeParams)

Source from the content-addressed store, hash-verified

1329 UpdateUserThemeDark(ctx context.Context, arg UpdateUserThemeDarkParams) (UserConfig, error)
1330 UpdateUserThemeLight(ctx context.Context, arg UpdateUserThemeLightParams) (UserConfig, error)
1331 UpdateUserThemeMode(ctx context.Context, arg UpdateUserThemeModeParams) (UserConfig, error)
1332 UpdateUserThemePreference(ctx context.Context, arg UpdateUserThemePreferenceParams) (UserConfig, error)
1333 UpdateUserThinkingDisplayMode(ctx context.Context, arg UpdateUserThinkingDisplayModeParams) (string, error)
1334 UpdateVolumeResourceMonitor(ctx context.Context, arg UpdateVolumeResourceMonitorParams) error

Callers 5

UpdateUserThemeModeMethod · 0.65
UpdateUserThemeModeMethod · 0.65
TestUserMethod · 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 2

TestUserMethod · 0.52