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

Function mixPath

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

Source from the content-addressed store, hash-verified

188 return p;
189}
190static fl::string mixPath(const char* name) {
191 fl::string p;
192 p.append(MIXES_DIR);
193 p.append(name);
194 return p;
195}
196
197// Check if fixture files exist
198static bool fixturesAvailable() {

Callers 2

fixturesAvailableFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected