clean_mixer v0.10.2 CleanMixer.CodeMap.ModuleReference

Link to this section Summary

Link to this section Types

Link to this type

ref_type()

ref_type() :: :compile | :struct | :runtime | :unknown
Link to this type

t()

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)