Scenic.Assets.Stream.fetch

You're seeing just the function fetch, go back to Scenic.Assets.Stream module for more information.

Specs

fetch(id :: String.t()) :: {:ok, asset :: asset()} | {:error, :not_found}

Fetch the currently published asset in a named stream.

Returns {:ok, asset} on success.

Returns {:error, :not_found} if the stream is not available.