Yggdrasil.Config.module_registry-exclamation-mark
You're seeing just the function
module_registry-exclamation-mark
, go back to Yggdrasil.Config module for more information.
Specs
module_registry!(Skogsra.Env.namespace()) :: atom() | no_return()
Module registry.
iex> Yggdrasil.Config.module_registry!()
:"$yggdrasil_registry"
Bang version of Yggdrasil.Config.module_registry/0
(fails on error). Optionally,
receives the namespace
for the variable.