Skip to main content
Version: Tenzir v4.13

pass

Does nothing with the input.

Synopsis

pass

Description

The pass operator relays the input without any modification. It exists primarily for testing and debugging.

You can think of pass as the "identity" operator.

Examples

Forward the input without any changes:

pass