MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / reset_database

Method reset_database

api/data_pipeline.py:762–768  ·  view source on GitHub ↗

Reset the database to its initial state.

(self)

Source from the content-addressed store, hash-verified

760 included_dirs=included_dirs, included_files=included_files)
761
762 def reset_database(self):
763 """
764 Reset the database to its initial state.
765 """
766 self.db = None
767 self.repo_url_or_path = None
768 self.repo_paths = None
769
770 def _extract_repo_name_from_url(self, repo_url_or_path: str, repo_type: str) -> str:
771 # Extract owner and repo name to create unique identifier

Callers 1

prepare_databaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected