Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ available
Function
available
src/platforms/wasm/io_wasm.cpp.hpp:41–43 ·
view source on GitHub ↗
Always returns 0 (no input available in WASM)
Source
from the content-addressed store, hash-verified
39
40
/// Always returns 0 (no input available in WASM)
41
int available() {
42
return 0;
43
}
44
45
/// Always returns -1 (no peek support in WASM)
46
int peek() {
Callers
1
bytes_left
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected