Skip to content

Push (By Ref) Node

Utils/Array/By Reference

Push (By Ref)

Push an item directly into a variable array without copying. Much faster for large arrays.

array_push_refstd
Inputs3
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

3

In

Execution
exec_in

Variable Reference

String
var_ref

Reference to the array variable to modify

Value

Generic
value

Value to push into the array

Output Pins

1

Out

Execution
exec_out

Node Info

Internal name
array_push_ref
Category
Utils/Array/By Reference