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

Method append

src/common/classes/array.h:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 }
386
387 void append(const T* items, const size_type itemsSize)
388 {
389 push(items, itemsSize);
390 }
391
392 void append(const Array<T, Storage>& source)
393 {

Callers 6

writeMethod · 0.45
testFunction · 0.45
splitLastComponentMethod · 0.45
concatPathMethod · 0.45
splitLastComponentMethod · 0.45
concatPathMethod · 0.45

Calls 3

pushFunction · 0.70
beginMethod · 0.45
getCountMethod · 0.45

Tested by 1

testFunction · 0.36