Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ add
Method
add
src/common/classes/objects_array.h:211–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
size_type add(const T& item)
212
{
213
T* dataL = FB_NEW_POOL(this->getPool()) T(this->getPool(), item);
214
return inherited::add(dataL);
215
}
216
217
size_type add(T&& item)
218
{
Callers
2
add
Method · 0.45
insert
Method · 0.45
Calls
3
T
Class · 0.50
add
Function · 0.50
move
Function · 0.50
Tested by
no test coverage detected