Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ TaskNamespaceChecker
Function
TaskNamespaceChecker
ci/lint_cpp/subdir_namespace_checker.py:119–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
118
119
def
TaskNamespaceChecker() -> SubdirNamespaceChecker:
# noqa: N802
120
return
SubdirNamespaceChecker(
"task"
)
121
122
123
def
main() -> None:
Callers
nothing calls this directly
Calls
1
SubdirNamespaceChecker
Class · 0.70
Tested by
no test coverage detected