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

Function _check

ci/lint_cpp/test_is_header_include_checker.py:23–28  ·  view source on GitHub ↗
(
    content: str, path: str = "src/platforms/avr/test.h"
)

Source from the content-addressed store, hash-verified

21
22
23def _check(
24 content: str, path: str = "src/platforms/avr/test.h"
25) -> list[tuple[int, str]]:
26 checker = IsHeaderIncludeChecker()
27 checker.check_file_content(_make_file_content(content, path))
28 return checker.violations.get(path, [])
29
30
31class TestGetRequiredHeader(unittest.TestCase):

Calls 4

check_file_contentMethod · 0.95
_make_file_contentFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected