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

Class IncludeViolation

ci/lint_cpp/check_namespace_includes.py:35–40  ·  view source on GitHub ↗

Represents an include directive that appears after a namespace declaration.

Source from the content-addressed store, hash-verified

33
34@dataclass
35class IncludeViolation:
36 """Represents an include directive that appears after a namespace declaration."""
37
38 include_line: int
39 include_snippet: str
40 namespace_info: NamespaceInfo | None
41
42
43def strip_comments(content: str) -> str:

Calls

no outgoing calls

Tested by

no test coverage detected