CleanMixer.CodeMap.ModuleReference (clean_mixer v0.11.5) 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

Link to this function

new(module_name, type \\ :unknown)

View Source

Specs