Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ invoke_call
Function
invoke_call
subrepo.py:39–41 ·
view source on GitHub ↗
(*args: str)
Source
from the content-addressed store, hash-verified
37
38
39
def
invoke_call(*args: str) -> None:
40
print(f
"== {shlex.join(args)} =="
)
41
subprocess.check_call(args)
42
43
44
def
invoke_call_ok(*args: str) -> bool:
Callers
6
clone
Function · 0.85
reclone
Function · 0.85
pull
Function · 0.85
branch
Function · 0.85
push_to_fork
Function · 0.85
commit
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…