MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / make_local

Method make_local

pre_commit/store.py:212–215  ·  view source on GitHub ↗
(self, deps: Sequence[str])

Source from the content-addressed store, hash-verified

210 return self._new_repo(repo, ref, deps, clone_strategy)
211
212 def make_local(self, deps: Sequence[str]) -> str:
213 return self._new_repo(
214 'local', C.LOCAL_REPO_VERSION, deps, _make_local_repo,
215 )
216
217 def _create_configs_table(self, db: sqlite3.Connection) -> None:
218 db.executescript(

Callers 1

_prefixFunction · 0.80

Calls 1

_new_repoMethod · 0.95

Tested by

no test coverage detected