MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator ->

Method operator ->

src/common/classes/Hash.h:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 C* operator ->() const
318 {
319 fb_assert(hasData());
320 return current->get();
321 }
322
323 bool operator== (const iterator& h) const
324 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected