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

Method GetChatACLByID

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

Source from the content-addressed store, hash-verified

330 GetBoundaryLogByID(ctx context.Context, id uuid.UUID) (BoundaryLog, error)
331 GetBoundarySessionByID(ctx context.Context, id uuid.UUID) (BoundarySession, error)
332 GetChatACLByID(ctx context.Context, id uuid.UUID) (GetChatACLByIDRow, error)
333 // GetChatAdvisorConfig returns the deployment-wide runtime configuration
334 // for the experimental chat advisor as a JSON blob. Callers unmarshal the
335 // result into codersdk.AdvisorConfig. Returns '{}' when unset so zero

Callers 4

getChatACLMethod · 0.65
GetChatACLByIDMethod · 0.65
GetChatACLByIDMethod · 0.65
TestChatsMethod · 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

TestChatsMethod · 0.52