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

Class NamespaceInfo

ci/lint_cpp/check_namespace_includes.py:27–31  ·  view source on GitHub ↗

Information about a namespace declaration.

Source from the content-addressed store, hash-verified

25
26@dataclass
27class NamespaceInfo:
28 """Information about a namespace declaration."""
29
30 line_number: int
31 snippet: str
32
33
34@dataclass

Calls

no outgoing calls

Tested by

no test coverage detected