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

Class ValidateOutputPathResult

ci/compiler/output_utils.py:18–23  ·  view source on GitHub ↗

Result of validate_output_path.

Source from the content-addressed store, hash-verified

16
17@dataclass(slots=True)
18class ValidateOutputPathResult:
19 """Result of validate_output_path."""
20
21 is_valid: bool
22 resolved_path: str
23 error_message: str
24
25
26def validate_output_path(

Callers 1

validate_output_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected