Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ hasNext
Method
hasNext
src/fl/ui/audio.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool hasNext() {
42
FL_WARN(
"Audio sample not implemented"
);
43
return false;
44
}
45
46
// Stub method for group setting (does nothing on non-WASM platforms)
47
void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); }
Callers
1
UIAudio
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected