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

Method GetAuthorizedAuditLogsOffset

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

Source from the content-addressed store, hash-verified

8484}
8485
8486func (q *querier) GetAuthorizedAuditLogsOffset(ctx context.Context, arg database.GetAuditLogsOffsetParams, _ rbac.PreparedAuthorized) ([]database.GetAuditLogsOffsetRow, error) {
8487 return q.GetAuditLogsOffset(ctx, arg)
8488}
8489
8490func (q *querier) CountAuthorizedAuditLogs(ctx context.Context, arg database.CountAuditLogsParams, _ rbac.PreparedAuthorized) (int64, error) {
8491 return q.CountAuditLogs(ctx, arg)

Callers

nothing calls this directly

Calls 1

GetAuditLogsOffsetMethod · 0.95

Tested by

no test coverage detected