Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ peek
Method
peek
libraries/DEVFULL/DEVFULL.h:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
int available() { return INT_MAX; };
38
int peek() { return 0; };
39
int read() { return 0; };
40
void flush() { return; }; // placeholder to keep build CI happy
41
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36