CleanMixer.CodeMap.ModuleReference (clean_mixer v0.11.1)
Link to this section Summary
Link to this section Types
Link to this type
ref_type()
Specs
ref_type() :: :compile | :struct | :export | :runtime | :unknown
Specs
t() :: %CleanMixer.CodeMap.ModuleReference{
module_name: CleanMixer.CodeMap.CodeModule.name(),
ref_type: ref_type()
}
Link to this section Functions
Link to this function
new(module_name, type \\ :unknown)
Specs
new(CleanMixer.CodeMap.CodeModule.name(), ref_type()) :: t()