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

Class Symbol

ci/bin_bloat_analysis.py:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52@dataclass
53class Symbol:
54 addr: int
55 size: int
56 type: str
57 mangled: str
58 demangled: str
59 section: str | None = None
60 source_file: str | None = None
61
62
63def parse_sections() -> list[Section]:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected