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

Function main

ci/lint_cpp/cpp_include_checker.py:77–85  ·  view source on GitHub ↗

Run .cpp include checker standalone.

()

Source from the content-addressed store, hash-verified

75
76
77def main() -> None:
78 """Run .cpp include checker standalone."""
79 from ci.util.check_files import run_checker_standalone
80 from ci.util.paths import PROJECT_ROOT
81
82 checker = CppIncludeChecker()
83 run_checker_standalone(
84 checker, [str(PROJECT_ROOT / "src")], "Found .cpp file includes"
85 )
86
87
88if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
CppIncludeCheckerClass · 0.70

Tested by

no test coverage detected