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

Method isEof

src/common/classes/vector.h:321–324  ·  view source on GitHub ↗

Show if current position is valid

Source from the content-addressed store, hash-verified

319
320 // Show if current position is valid
321 bool isEof() const
322 {
323 return m_curr >= m_end;
324 }
325
326 // Show if not processed items still exists
327 bool isEmpty() const

Callers 5

putLevelMethod · 0.45
dumpMethod · 0.45
getInfoMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36