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

Class ZipUrlInfo

ci/compiler/platformio_cache.py:89–94  ·  view source on GitHub ↗

Information about a zip URL found in platformio.ini.

Source from the content-addressed store, hash-verified

87
88@dataclass
89class ZipUrlInfo:
90 """Information about a zip URL found in platformio.ini."""
91
92 url: str
93 section_name: str
94 option_name: str
95
96
97@dataclass

Callers 1

_collect_all_zip_urlsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected