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

Method GetUserShellToolDisplayMode

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

Source from the content-addressed store, hash-verified

826 // values rather than interpolating between rows.
827 GetUserSecretsTelemetrySummary(ctx context.Context) (GetUserSecretsTelemetrySummaryRow, error)
828 GetUserShellToolDisplayMode(ctx context.Context, userID uuid.UUID) (string, error)
829 GetUserSkillByUserIDAndName(ctx context.Context, arg GetUserSkillByUserIDAndNameParams) (UserSkill, error)
830 // GetUserStatusCounts returns the count of users in each status over time.
831 // The time range is inclusively defined by the start_time and end_time parameters.

Callers 5

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 1

TestUserMethod · 0.52