MCPcopy Create free account
hub / github.com/Singular/Singular / skip

Method skip

ppcc/adlib/bitset.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38 }
39 void skip() {
40 while (_i < _set->_bits && (_set->_data[_off] & _mask) == 0) {
41 next();
42 }
43 }
44
45 public:
46 Each(BitSet *set) {

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected