MCPcopy
hub / github.com/winjs/winjs / push

Method push

tools/dts-verifier/lib/lib.d.ts:1010–1010  ·  view source on GitHub ↗

* Appends new elements to an array, and returns the new length of the array. * @param items New elements of the Array.

(...items: T[])

Source from the content-addressed store, hash-verified

1008 * @param items New elements of the Array.
1009 */
1010 push(...items: T[]): number;
1011 /**
1012 * Reverses the elements in an Array.
1013 */

Callers 15

parseLineStartsFunction · 0.95
tscore.jsFile · 0.65
addModuleMemberFunction · 0.65
parseEnumFunction · 0.65
parseClassFunction · 0.65
parseInterfaceFunction · 0.65
parseNameListFunction · 0.65
parseTypeFunction · 0.65
parseConstructorFunctionFunction · 0.65
parseFunctionTypeFunction · 0.65
mergePropertyIntoFunction · 0.65
mergeIntoFunction · 0.65

Calls

no outgoing calls

Tested by 5

testFunction · 0.52
testMethod · 0.52
testMethod · 0.52
testMethod · 0.52
testMethod · 0.52