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

Function invoke_call_ok

subrepo.py:44–49  ·  view source on GitHub ↗
(*args: str)

Source from the content-addressed store, hash-verified

42
43
44def invoke_call_ok(*args: str) -> bool:
45 try:
46 subprocess.check_call(args)
47 return True
48 except:
49 return False
50
51
52def invoke_output(*args: str, no_log: bool = False) -> str:

Callers 1

pullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…