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

Method CountAuthorizedConnectionLogs

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

Source from the content-addressed store, hash-verified

8496}
8497
8498func (q *querier) CountAuthorizedConnectionLogs(ctx context.Context, arg database.CountConnectionLogsParams, _ rbac.PreparedAuthorized) (int64, error) {
8499 return q.CountConnectionLogs(ctx, arg)
8500}
8501
8502func (q *querier) ListAuthorizedAIBridgeInterceptions(ctx context.Context, arg database.ListAIBridgeInterceptionsParams, prepared rbac.PreparedAuthorized) ([]database.ListAIBridgeInterceptionsRow, error) {
8503 return q.db.ListAuthorizedAIBridgeInterceptions(ctx, arg, prepared)

Callers

nothing calls this directly

Calls 1

CountConnectionLogsMethod · 0.95

Tested by

no test coverage detected