Skip to content

Is Empty Node

Utils/Types

True for null, an empty string, an empty array and an empty struct

utils_types_is_emptystd
Inputs2
Outputs1
Security exposure10/10
Packagestd

Ratings

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

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

Value

Generic
value

Value to inspect

Trim

Boolean
trim

Treat whitespace-only text as empty

Default true

Output Pins

1

Is Empty

Boolean
is_empty

True when the value holds nothing

Node Info

Internal name
utils_types_is_empty
Category
Utils/Types