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

Method _find_file

ci/compiler/esp32_artifacts.py:110–113  ·  view source on GitHub ↗

Find a file in the artifact directory.

(self, filename: str)

Source from the content-addressed store, hash-verified

108 )
109
110 def _find_file(self, filename: str) -> Optional[Path]:
111 """Find a file in the artifact directory."""
112 path = self.artifact_dir / filename
113 return path if path.exists() else None
114
115 def read_flash_config(self) -> FlashConfig:
116 """Read flash configuration from build artifacts."""

Callers 1

discoverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected