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

Method push

src/common/classes/array.h:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 size_type getCapacity() const { return capacity; }
373
374 void push(const T& item)
375 {
376 add(item);
377 }
378
379 void push(const T* items, const size_type itemsSize)
380 {

Callers 15

disconnectFunction · 0.45
xdr_status_vectorFunction · 0.45
checkResponseMethod · 0.45
tryNewKeyMethod · 0.45
newKeyMethod · 0.45
ServerAuthMethod · 0.45
send_responseMethod · 0.45
createPluginsItrMethod · 0.45
putDirtyBufferMethod · 0.45
putCleanBufferMethod · 0.45
sql_infoFunction · 0.45
ValueListNodeMethod · 0.45

Calls 1

addFunction · 0.50

Tested by

no test coverage detected