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

Method test_noexcept_const

ci/lint_cpp/test_noexcept_checker.py:144–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 self.assertEqual(len(_violations("void foo() noexcept {")), 0)
143
144 def test_noexcept_const(self) -> None:
145 self.assertEqual(len(_violations("bool bar() const noexcept;")), 0)
146
147 def test_fl_noexcept(self) -> None:
148 self.assertEqual(len(_violations("void foo() FL_NOEXCEPT;")), 0)

Callers

nothing calls this directly

Calls 1

_violationsFunction · 0.70

Tested by

no test coverage detected