MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / run

Function run

scripts/sanitize-commit.py:41–42  ·  view source on GitHub ↗
(cmd, **kwargs)

Source from the content-addressed store, hash-verified

39
40
41def run(cmd, **kwargs):
42 return subprocess.run(cmd, **kwargs)
43
44
45def capture(cmd):

Callers 6

runAndReportMethod · 0.85
executePhaseMethod · 0.85
run_clang_formatFunction · 0.85
run_blackFunction · 0.85
run_python_stepFunction · 0.85
run_python_step_quietFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected