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

Function _check

ci/lint_cpp/test_noexcept_special_members_checker.py:24–28  ·  view source on GitHub ↗
(content: str, path: str = "src/fl/test.h")

Source from the content-addressed store, hash-verified

22
23
24def _check(content: str, path: str = "src/fl/test.h") -> list[tuple[int, str]]:
25 checker = NoexceptSpecialMembersChecker()
26 fc = _make_fc(path, content)
27 checker.check_file_content(fc)
28 return checker.violations.get(path, [])
29
30
31# ── File filtering ──────────────────────────────────────────────────────────

Calls 4

check_file_contentMethod · 0.95
_make_fcFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected