Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insert
Method
insert
src/common/classes/objects_array.h:806–812 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
804
}
805
806
void insert(size_type pos, const Value& item)
807
{
808
const Value* oldBegin = values.begin();
809
values.add(item);
810
checkPointers(oldBegin);
811
pointers.insert(pos, values.end() - 1);
812
}
813
};
814
815
} // namespace Firebird
Callers
nothing calls this directly
Calls
4
begin
Method · 0.45
add
Method · 0.45
insert
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected