MCPcopy Create free account
hub / github.com/handsontable/handsontable / push

Method push

handsontable/src/utils/dataStructures/stack.ts:27–29  ·  view source on GitHub ↗

* Add new item or items at the back of the stack. * * @param {*} items An item to add.

(...items: unknown[])

Source from the content-addressed store, hash-verified

25 * @param {*} items An item to add.
26 */
27 push(...items: unknown[]) {
28 this.items.push(...items);
29 }
30
31 /**
32 * Remove the last element from the stack and returns it.

Callers 15

addRowMethod · 0.45
addColumnHeadersRowMethod · 0.45
addColumnMethod · 0.45
instanceToHTMLFunction · 0.45
_dataToHTMLFunction · 0.45
htmlToGridSettingsFunction · 0.45
generateSampleMethod · 0.45
enqueueMethod · 0.45
processFunction · 0.45
addChildMethod · 0.45

Calls

no outgoing calls

Tested by 1

walkerFunction · 0.36