Skip to content

Insert (By Ref) Node

Utils/Set/By Reference

Insert (By Ref)

Insert an element directly into a variable set without copying. Much faster for large sets.

set_insert_refstd
Inputs3
Outputs2
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 set variable to modify

Value

Generic
value

Value to insert into the set

Output Pins

2

Out

Execution
exec_out

Was New

Boolean
was_new

True if the element was not already in the set

Node Info

Internal name
set_insert_ref
Category
Utils/Set/By Reference