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

Class SymbolInfo

ci/util/symbol_analysis.py:29–37  ·  view source on GitHub ↗

Represents a symbol in the binary

Source from the content-addressed store, hash-verified

27
28@dataclass
29class SymbolInfo:
30 """Represents a symbol in the binary"""
31
32 address: str
33 size: int
34 type: str
35 name: str
36 demangled_name: str
37 source: str # STRICT: NO defaults - all callers must provide explicit source
38
39
40@dataclass

Callers 2

analyze_symbolsFunction · 0.85

Calls

no outgoing calls

Tested by 1