Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getNext
Method
getNext
src/common/classes/GenericMap.h:128–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
127
bool getFirst() { return m_Accessor.getFirst(); }
128
bool getNext() { return m_Accessor.getNext(); }
129
130
bool locate(const KeyType& key) { return m_Accessor.locate(key); }
131
Callers
nothing calls this directly
Calls
1
getNext
Method · 0.45
Tested by
no test coverage detected