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

Method test_const_method

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

Source from the content-addressed store, hash-verified

107 self.assertEqual(len(_violations("int bar(float x);")), 1)
108
109 def test_const_method(self) -> None:
110 self.assertEqual(len(_violations("bool isReady() const;")), 1)
111
112 def test_definition(self) -> None:
113 self.assertEqual(len(_violations("void foo() {")), 1)

Callers

nothing calls this directly

Calls 1

_violationsFunction · 0.70

Tested by

no test coverage detected