(self)
| 16 | saas_domains = ["gitlab.com", "gitlab.org"] |
| 17 | |
| 18 | async def setup(self): |
| 19 | if self.options.get("api_key") is not None: |
| 20 | await self.require_api_key() |
| 21 | return True |
| 22 | |
| 23 | async def handle_social(self, event): |
| 24 | """Enumerate projects belonging to a user or group profile.""" |
nothing calls this directly
no test coverage detected