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

Function MathNamespaceChecker

ci/lint_cpp/subdir_namespace_checker.py:111–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110
111def MathNamespaceChecker() -> SubdirNamespaceChecker: # noqa: N802
112 return SubdirNamespaceChecker("math")
113
114
115def VideoNamespaceChecker() -> SubdirNamespaceChecker: # noqa: N802

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected