Yggdrasil.Transformer.decode

You're seeing just the function decode, go back to Yggdrasil.Transformer module for more information.
Link to this function

decode(channel, message)

View Source

Specs

decode(Yggdrasil.Channel.t(), term()) :: {:ok, term()} | {:error, term()}

Generic message decoder for a channel.