Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ capture
Function
capture
scripts/sanitize-commit.py:45–46 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
43
44
45
def
capture(cmd):
46
return
subprocess.run(cmd, check=True, capture_output=True, text=True).stdout
47
48
49
def
repo_root() -> Path:
Callers
3
repo_root
Function · 0.85
sanitize_permissions
Function · 0.85
main
Function · 0.85
Calls
1
run
Method · 0.45
Tested by
no test coverage detected