MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / get_my_ai_usage_quota

Function get_my_ai_usage_quota

backend/src/users/api.py:44–45  ·  view source on GitHub ↗
(current_user: CurrentUser)

Source from the content-addressed store, hash-verified

42
43@router.get("/users/me/ai-usage-quota", response_model=AIUsageQuota)
44def get_my_ai_usage_quota(current_user: CurrentUser):
45 return services.get_ai_usage_quota_for_user(current_user)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected