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

Function main

ci/lint_cpp/bare_noinline_checker.py:121–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119
120
121def main() -> None:
122 from ci.util.check_files import run_checker_standalone
123
124 checker = BareNoInlineChecker()
125 run_checker_standalone(
126 checker,
127 [str(SRC_ROOT)],
128 "Found bare `__attribute__((noinline))` / `__declspec(noinline)` "
129 "in src/ — use `FL_NO_INLINE` from fl/stl/compiler_control.h "
130 "instead (FastLED #2773 item 2.1 follow-up).",
131 extensions=[".cpp", ".h", ".hpp"],
132 )
133
134
135if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
BareNoInlineCheckerClass · 0.85

Tested by

no test coverage detected