MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / append

Method append

src/common/classes/vector.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void append(const T* items, const FB_SIZE_T itemsCount)
138 {
139 push(items, itemsCount);
140 }
141
142
143 // This method only assigns "pos" if the element is found.

Callers

nothing calls this directly

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected