(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected