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