Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ read
Method
read
libraries/DEVNULL/DEVNULL.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
};
29
30
int DEVNULL::read()
31
{
32
return EOF;
33
};
34
35
// placeholder to keep CI happy
36
void DEVNULL::flush()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36