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

Class CallStats

ci/util/symbol_analysis.py:50–56  ·  view source on GitHub ↗

Statistics about function calls

Source from the content-addressed store, hash-verified

48
49@dataclass
50class CallStats:
51 """Statistics about function calls"""
52
53 functions_with_calls: int
54 functions_called_by_others: int
55 most_called: list[tuple[str, int]] = field(default_factory=lambda: [])
56 most_calling: list[tuple[str, int]] = field(default_factory=lambda: [])
57
58
59@dataclass

Callers 1

generate_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected