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

Class NoexceptHit

ci/tools/check_noexcept.py:79–89  ·  view source on GitHub ↗

One source signature that still needs an FL_NOEXCEPT decision.

Source from the content-addressed store, hash-verified

77
78@dataclass(frozen=True)
79class NoexceptHit:
80 """One source signature that still needs an FL_NOEXCEPT decision."""
81
82 path: str
83 line: int
84 line_text: str
85 signature: str
86
87 @property
88 def baseline_key(self) -> str:
89 return f"{self.path}|{normalize_signature(self.signature)}"
90
91
92def build_query(file_regex: str) -> str:

Callers 1

_run_clang_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected