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

Method error

src/platforms/wasm/audio_input_wasm.cpp.hpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool WasmAudioInput::error(fl::string* msg) {
73 if (msg && mHasError) {
74 *msg = mErrorMessage;
75 }
76 return mHasError;
77}
78
79audio::Sample WasmAudioInput::read() {
80 if (!mRunning || isEmpty()) {

Callers 15

updateCanvasFunction · 0.45
FastLED_SetupAndLoopFunction · 0.45
processFileFunction · 0.45
__fastledLoadSetupLoopFunction · 0.45
onModuleLoadedFunction · 0.45
localLoadFastLedFunction · 0.45
startFastLEDFunction · 0.45
stopFastLEDFunction · 0.45
toggleFastLEDFunction · 0.45
setupGlobalErrorHandlersFunction · 0.45
setupWorkerFrameListenerFunction · 0.45
handleWorkerFrameUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected