MCPcopy Create free account
hub / github.com/microsoft/debugpy / reclone

Function reclone

subrepo.py:80–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def reclone() -> None:
81 # Remove the temporary branch and worktree.
82 invoke_call("git", "subrepo", "clean", _SUBREPO_NAME)
83 # Force clone the repo.
84 invoke_call("git", "subrepo", "clone", "--force", _GIT_URL, _SUBREPO_NAME)
85
86
87def pull() -> None:

Callers 1

mainFunction · 0.85

Calls 1

invoke_callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…