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

Method database_path

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

Source from the content-addressed store, hash-verified

25
26 @cached_property
27 def database_path(self) -> pathlib.Path:
28 return self.home_path / "getsploit.db"
29
30 @cached_property
31 def api_key_path(self) -> pathlib.Path:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected