CleanMixer.CodeMap.ModuleReference (clean_mixer v0.12.2) View Source
Link to this section Summary
Link to this section Types
Specs
ref_type() :: :compile | :struct | :export | :runtime | :typespec | :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()