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

Class NoexceptCheckError

ci/tools/check_noexcept.py:74–75  ·  view source on GitHub ↗

Raised when the clang-query based check cannot run.

Source from the content-addressed store, hash-verified

72
73
74class NoexceptCheckError(RuntimeError):
75 """Raised when the clang-query based check cannot run."""
76
77
78@dataclass(frozen=True)

Callers 2

_run_clang_queryFunction · 0.85
find_missing_noexceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected