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

Method getFirst

src/remote/remote.h:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 Rbl* locate(SQUAD blob_id);
265
266 Rbl* getFirst()
267 {
268 if (m_tree.getFirst())
269 return m_tree.current().m_blob;
270
271 return nullptr;
272 }
273
274 Rbl* getNext()
275 {

Callers 15

release_transactionFunction · 0.45
release_transactionFunction · 0.45
transformStringMethod · 0.45
~TracePluginImplMethod · 0.45
EVL_bitmapFunction · 0.45
shutdownMethod · 0.45
sweptMethod · 0.45
release_blobsFunction · 0.45
flushMethod · 0.45
clearMethod · 0.45
~TipCacheMethod · 0.45
finalizeTpcMethod · 0.45

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected