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

Function main

ci/lint_cpp/is_header_include_checker.py:162–171  ·  view source on GitHub ↗

Run is-header include checker standalone.

()

Source from the content-addressed store, hash-verified

160
161
162def main() -> None:
163 """Run is-header include checker standalone."""
164 from ci.util.check_files import run_checker_standalone
165
166 checker = IsHeaderIncludeChecker()
167 run_checker_standalone(
168 checker,
169 [str(PLATFORMS_ROOT)],
170 "FL_IS_* macros have required is_*.h includes",
171 )
172
173
174if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected