MCPcopy 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
39def invoke_call(*args: str) -> None:
40 print(f"== {shlex.join(args)} ==")
41 subprocess.check_call(args)
42
43
44def invoke_call_ok(*args: str) -> bool:

Callers 6

cloneFunction · 0.85
recloneFunction · 0.85
pullFunction · 0.85
branchFunction · 0.85
push_to_forkFunction · 0.85
commitFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…