Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ addSubdir
Method
addSubdir
tests/fl/system/file_system.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void addSubdir(const fl::string& path) {
61
mSubdirs.push_back(path);
62
}
63
64
private:
65
void cleanup() {
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected