MCPcopy
hub / github.com/livebud/bud / push_array$1

Function push_array$1

package/svelte/compiler.js:17404–17408  ·  view source on GitHub ↗
(array, items)

Source from the content-addressed store, hash-verified

17402 }
17403 };
17404 function push_array$1(array, items) {
17405 for (let i = 0; i < items.length; i++) {
17406 array.push(items[i]);
17407 }
17408 }
17409 function get_constructor(type) {
17410 switch (type) {
17411 case "AwaitBlock":

Callers 4

map_childrenFunction · 0.85
add_attributesMethod · 0.85
constructorMethod · 0.85
domFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected