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

Method __init__

api/data_pipeline.py:725–728  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

723 """
724
725 def __init__(self):
726 self.db = None
727 self.repo_url_or_path = None
728 self.repo_paths = None
729
730 def prepare_database(self, repo_url_or_path: str, repo_type: str = None, access_token: str = None,
731 embedder_type: str = None, is_ollama_embedder: bool = None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected