MCPcopy Create free account
hub / github.com/FastLED/FastLED / _git

Function _git

ci/tests/test_clean_worktrees.py:31–34  ·  view source on GitHub ↗
(args: list[str], cwd: Path)

Source from the content-addressed store, hash-verified

29
30
31def _git(args: list[str], cwd: Path) -> str:
32 return subprocess.check_output(
33 ["git", *args], cwd=str(cwd), text=True, encoding="utf-8", errors="replace"
34 )
35
36
37def _init_repo(root: Path) -> None:

Calls

no outgoing calls

Tested by

no test coverage detected