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

Class WorkflowResult

ci/tools/gh/limit_agent_pr_workflows.py:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48@dataclass(frozen=True)
49class WorkflowResult:
50 path: Path
51 changes: tuple[str, ...]
52 original_text: str
53 updated_text: str
54
55 @property
56 def changed(self) -> bool:
57 return self.original_text != self.updated_text
58
59
60def line_indent(line: str) -> int:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected