MCPcopy Index your code
hub / github.com/blacklanternsecurity/bbot / setup

Method setup

bbot/modules/templates/gitlab.py:18–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls 2

require_api_keyMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected