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