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

Class BinaryAnalysis

ci/util/bin_2_elf.py:75–82  ·  view source on GitHub ↗

Result of binary structure analysis.

Source from the content-addressed store, hash-verified

73
74@dataclass(slots=True)
75class BinaryAnalysis:
76 """Result of binary structure analysis."""
77
78 platform: str
79 size: int
80 header: bytes
81 esp32: Esp32Header | None = None
82 format: str | None = None
83
84
85def _analyze_binary_structure(bin_file: Path, platform: str) -> BinaryAnalysis:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected