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:715–721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
714
public:
715
size_type add(const Value& item)
716
{
717
const Value* oldBegin = values.begin();
718
values.add(item);
719
checkPointers(oldBegin);
720
return pointers.add(values.end() - 1);
721
}
722
723
const_iterator begin() const
724
{
Callers
nothing calls this directly
Calls
3
begin
Method · 0.45
add
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected