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

Function main

ci/lint_cpp/native_platform_defines_checker.py:487–496  ·  view source on GitHub ↗

Run native platform defines checker standalone.

()

Source from the content-addressed store, hash-verified

485
486
487def main() -> None:
488 """Run native platform defines checker standalone."""
489 from ci.util.check_files import run_checker_standalone
490
491 checker = NativePlatformDefinesChecker()
492 run_checker_standalone(
493 checker,
494 [str(SRC_ROOT)],
495 "Found native platform defines in src/",
496 )
497
498
499if __name__ == "__main__":

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected