Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ back
Method
back
src/common/classes/objects_array.h:309–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
iterator back()
310
{
311
fb_assert(getCount() > 0);
312
return iterator(this, getCount() - 1);
313
}
314
315
const_iterator begin() const
316
{
Callers
15
process_archive
Function · 0.45
dsqlPass
Method · 0.45
execute
Method · 0.45
pass2
Method · 0.45
dsqlPass
Method · 0.45
internalDsqlPass
Method · 0.45
release_attachment
Function · 0.45
execute
Method · 0.45
execute
Method · 0.45
nonCompressableRun
Method · 0.45
truncateTail
Method · 0.45
waitFor
Method · 0.45
Calls
1
iterator
Class · 0.70
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36