Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ last
Method
last
libraries/Set/Set.cpp:237–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
237
int Set::last()
238
{
239
if (has(255))
240
{
241
_current = 255;
242
return _current;
243
}
244
return findPrev(31, 7);
245
}
246
247
248
int Set::getNth(const uint8_t n)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64