MCPcopy Create free account
hub / github.com/coder/coder / GetBoundarySessionByID

Method GetBoundarySessionByID

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

Source from the content-addressed store, hash-verified

329 GetAuthorizationUserRoles(ctx context.Context, userID uuid.UUID) (GetAuthorizationUserRolesRow, error)
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

Callers 3

TestBoundaryLogsMethod · 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

TestBoundaryLogsMethod · 0.52