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

Function _make_fc

ci/lint_cpp/test_noexcept_special_members_checker.py:20–21  ·  view source on GitHub ↗
(path: str, content: str)

Source from the content-addressed store, hash-verified

18
19
20def _make_fc(path: str, content: str) -> FileContent:
21 return FileContent(path=path, content=content, lines=content.splitlines())
22
23
24def _check(content: str, path: str = "src/fl/test.h") -> list[tuple[int, str]]:

Callers 1

_checkFunction · 0.85

Calls 1

FileContentClass · 0.90

Tested by

no test coverage detected