Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ available
Method
available
libraries/DEVNULL/DEVNULL.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
int DEVNULL::available()
21
{
22
return 0;
23
};
24
25
int DEVNULL::peek()
26
{
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36