Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
def
clone() -> None:
76
# Clone the repo.
77
invoke_call(
"git"
,
"subrepo"
,
"clone"
, _GIT_URL, _SUBREPO_NAME)
78
79
80
def
reclone() -> None:
Callers
1
main
Function · 0.85
Calls
1
invoke_call
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…