Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
def
run(cmd, **kwargs):
42
return
subprocess.run(cmd, **kwargs)
43
44
45
def
capture(cmd):
Callers
6
runAndReport
Method · 0.85
executePhase
Method · 0.85
run_clang_format
Function · 0.85
run_black
Function · 0.85
run_python_step
Function · 0.85
run_python_step_quiet
Function · 0.85
Calls
1
run
Method · 0.45
Tested by
no test coverage detected