Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processParametersBlock
Method · 0.45
putLevel
Method · 0.45
dump
Method · 0.45
getInfo
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36