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

Class ResolvedFile

ci/autoresearch/decode.py:111–116  ·  view source on GitHub ↗

Result of resolving a decode path to a local file.

Source from the content-addressed store, hash-verified

109
110@dataclass(slots=True)
111class ResolvedFile:
112 """Result of resolving a decode path to a local file."""
113
114 file_path: str
115 extension: str
116 temp_download_path: str | None
117
118
119def _resolve_file(decode_path: str) -> ResolvedFile:

Callers 1

_resolve_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected