Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_transaction
Function · 0.45
release_transaction
Function · 0.45
transformString
Method · 0.45
~TracePluginImpl
Method · 0.45
EVL_bitmap
Function · 0.45
shutdown
Method · 0.45
swept
Method · 0.45
release_blobs
Function · 0.45
flush
Method · 0.45
clear
Method · 0.45
~TipCache
Method · 0.45
finalizeTpc
Method · 0.45
Calls
1
current
Method · 0.45
Tested by
no test coverage detected