MCPcopy 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

beginMethod · 0.45
addMethod · 0.45
insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected