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

Function main

ci/lint_cpp/static_in_headers_checker.py:158–169  ·  view source on GitHub ↗

Run static in headers checker standalone.

()

Source from the content-addressed store, hash-verified

156
157
158def main() -> None:
159 """Run static in headers checker standalone."""
160 from ci.util.check_files import run_checker_standalone
161 from ci.util.paths import PROJECT_ROOT
162
163 checker = StaticInHeaderChecker()
164 run_checker_standalone(
165 checker,
166 [str(PROJECT_ROOT / "src")],
167 "Found function-local static variables in headers",
168 extensions=[".h", ".hpp"],
169 )
170
171
172if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected