MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / mark

Method mark

src/common/classes/vector.h:267–273  ·  view source on GitHub ↗

Mark current item as processed

Source from the content-addressed store, hash-verified

265
266 // Mark current item as processed
267 void mark()
268 {
269 Marker::mark(m_curr);
270
271 if (m_last == m_curr)
272 m_last--;
273 }
274
275 // Move iterator position to the first not processed item
276 void rewind()

Callers 1

flushPagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected