MCPcopy 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
150int Set::first()
151{
152 if (has(0))
153 {
154 _current = 0;
155 return _current;
156 }
157 return findNext(0, 0);
158}
159
160
161int Set::next()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64