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

Function clone

subrepo.py:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74
75def clone() -> None:
76 # Clone the repo.
77 invoke_call("git", "subrepo", "clone", _GIT_URL, _SUBREPO_NAME)
78
79
80def reclone() -> 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…