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

Method getFirst

src/common/classes/GenericMap.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 const KeyValuePair* current() const { return m_Accessor.current(); }
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); }

Callers

nothing calls this directly

Calls 1

getFirstMethod · 0.45

Tested by

no test coverage detected