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

Function main

ci/lint_cpp/asm_js_location_checker.py:68–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def main() -> None:
69 from ci.util.check_files import run_checker_standalone
70
71 checker = AsmJsLocationChecker()
72 run_checker_standalone(
73 checker,
74 [str(PROJECT_ROOT / "src")],
75 "Found Emscripten JS glue macros outside *.js.cpp.hpp files",
76 extensions=[".h", ".hpp", ".cpp", ".cpp.hpp"],
77 )
78
79
80if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected