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

Function NetNamespaceChecker

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

Source from the content-addressed store, hash-verified

105
106# Backward-compatible alias
107def NetNamespaceChecker() -> SubdirNamespaceChecker: # noqa: N802
108 return SubdirNamespaceChecker("net")
109
110
111def MathNamespaceChecker() -> SubdirNamespaceChecker: # noqa: N802

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected