Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Rich-Harris/code-red
/ push_array
Function
push_array
src/utils/push_array.js:8–12 ·
view source on GitHub ↗
(array, items)
Source
from the content-addressed store, hash-verified
6
* @param {any[]} items
7
*/
8
export
function
push_array(array, items) {
9
for
(
let
i = 0; i < items.length; i++) {
10
array.push(items[i]);
11
}
12
}
Callers
15
join
Function · 0.90
handle_body
Function · 0.90
handle_var_declaration
Function · 0.90
IfStatement
Function · 0.90
SwitchStatement
Function · 0.90
TryStatement
Function · 0.90
handlers.js
File · 0.90
ClassDeclaration
Function · 0.90
ImportDeclaration
Function · 0.90
ExportNamedDeclaration
Function · 0.90
MethodDefinition
Function · 0.90
TemplateLiteral
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…