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

Function invoke_output

subrepo.py:52–56  ·  view source on GitHub ↗
(*args: str, no_log: bool = False)

Source from the content-addressed store, hash-verified

50
51
52def invoke_output(*args: str, no_log: bool = False) -> str:
53 if not no_log:
54 print(f"== {shlex.join(args)} ==")
55
56 return subprocess.check_output(args, text=True)
57
58
59def get_current_commit() -> str:

Callers 3

get_current_commitFunction · 0.85
pullFunction · 0.85
branchFunction · 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…