Neuron.Store.set

You're seeing just the function set, go back to Neuron.Store module for more information.

Specs

set(key :: atom(), value :: any()) :: :ok

sets neuron application/process environmental variables

Examples

iex> Neuron.Store.set(:my_key, "value")
:ok

Specs

set(context :: :global | :process, key :: atom(), value :: any()) :: :ok