Spear.meta_stream

You're seeing just the function meta_stream, go back to Spear module for more information.
Link to this function

meta_stream(stream)

View Source (since 0.1.3)

Specs

meta_stream(stream :: String.t()) :: String.t()

Determines the metadata stream for any given stream

Meta streams are used by the EventStoreDB to store some internal information about a stream, and to configure features such setting time-to-lives for events or streams.

Examples

iex> Spear.meta_stream("es_supported_clients")
"$$es_supported_clients"