(current_user: CurrentUser)
| 42 | |
| 43 | @router.get("/users/me/ai-usage-quota", response_model=AIUsageQuota) |
| 44 | def get_my_ai_usage_quota(current_user: CurrentUser): |
| 45 | return services.get_ai_usage_quota_for_user(current_user) |
nothing calls this directly
no outgoing calls
no test coverage detected