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

Method GetAuthorizedConnectionLogsOffset

coderd/database/dbauthz/dbauthz.go:8494–8496  ·  view source on GitHub ↗
(ctx context.Context, arg database.GetConnectionLogsOffsetParams, _ rbac.PreparedAuthorized)

Source from the content-addressed store, hash-verified

8492}
8493
8494func (q *querier) GetAuthorizedConnectionLogsOffset(ctx context.Context, arg database.GetConnectionLogsOffsetParams, _ rbac.PreparedAuthorized) ([]database.GetConnectionLogsOffsetRow, error) {
8495 return q.GetConnectionLogsOffset(ctx, arg)
8496}
8497
8498func (q *querier) CountAuthorizedConnectionLogs(ctx context.Context, arg database.CountConnectionLogsParams, _ rbac.PreparedAuthorized) (int64, error) {
8499 return q.CountConnectionLogs(ctx, arg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected