Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ first
Method
first
libraries/Set/Set.cpp:150–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
150
int Set::first()
151
{
152
if (has(0))
153
{
154
_current = 0;
155
return _current;
156
}
157
return findNext(0, 0);
158
}
159
160
161
int Set::next()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64