CleanMixer.CodeMap.ModuleReference (clean_mixer v0.11.4) View Source
Link to this section Summary
Link to this section Types
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
Specs
new(CleanMixer.CodeMap.CodeModule.name(), ref_type()) :: t()