Neuron.Store.current_context

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

Specs

current_context(key :: atom()) :: :global | :process

gets the context of a given neuron application/process environmental variable

Examples

iex> Neuron.Store.current_context(:my_key)
:global