docs-v2/content/flux/v0/stdlib/internal/debug/sink.md

1.2 KiB

title description menu weight
debug.sink() function `debug.sink()` will discard all data that comes into it.
flux_v0_ref
name parent identifier
debug.sink internal/debug internal/debug/sink
201

debug.sink() will discard all data that comes into it.

Function type signature
(<-tables: stream[A]) => stream[A] where A: Record

{{% caption %}} For more information, see Function type signatures. {{% /caption %}}

Parameters

tables

Stream to discard.