MCPcopy
hub / github.com/vulnersCom/getsploit / api_key_path

Method api_key_path

getsploit/__init__.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30 @cached_property
31 def api_key_path(self) -> pathlib.Path:
32 return self.home_path / "vulners.key"
33
34 @cached_property
35 def client(self) -> httpx.Client:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected