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

Method current

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

Source from the content-addressed store, hash-verified

123 explicit ConstAccessor(const GenericMap* map) : m_Accessor(&map->tree) {}
124
125 const KeyValuePair* current() const { return m_Accessor.current(); }
126
127 bool getFirst() { return m_Accessor.getFirst(); }
128 bool getNext() { return m_Accessor.getNext(); }

Callers

nothing calls this directly

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected