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

Function stemPath

tests/fl/audio/detector/vocal_real_audio.hpp:184–189  ·  view source on GitHub ↗

Helper to build path

Source from the content-addressed store, hash-verified

182
183// Helper to build path
184static fl::string stemPath(const char* name) {
185 fl::string p;
186 p.append(STEMS_DIR);
187 p.append(name);
188 return p;
189}
190static fl::string mixPath(const char* name) {
191 fl::string p;
192 p.append(MIXES_DIR);

Callers 1

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected