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

Method test_constructor

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

Source from the content-addressed store, hash-verified

119 self.assertEqual(len(_violations("static void helper(int x);")), 1)
120
121 def test_constructor(self) -> None:
122 self.assertEqual(len(_violations("Semaphore();")), 1)
123
124 def test_multiple(self) -> None:
125 self.assertEqual(len(_violations("void a();\nint b();\nbool c() const;")), 3)

Callers

nothing calls this directly

Calls 1

_violationsFunction · 0.70

Tested by

no test coverage detected