MCPcopy 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
237int Set::last()
238{
239 if (has(255))
240 {
241 _current = 255;
242 return _current;
243 }
244 return findPrev(31, 7);
245}
246
247
248int Set::getNth(const uint8_t n)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64