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

Function VideoNamespaceChecker

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

Source from the content-addressed store, hash-verified

113
114
115def VideoNamespaceChecker() -> SubdirNamespaceChecker: # noqa: N802
116 return SubdirNamespaceChecker("video")
117
118
119def TaskNamespaceChecker() -> SubdirNamespaceChecker: # noqa: N802

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected