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

Class RemovalResult

ci/clean-worktrees.py:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47@dataclass
48class RemovalResult:
49 path: Path
50 removed: bool
51 method: str # "git", "git+chmod", "clud-trash", or "skipped"
52 error: str # empty on success
53
54
55def run_git(args: list[str], cwd: Path | None) -> subprocess.CompletedProcess[str]:

Callers 1

remove_worktreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected