clean_mixer v0.2.0 CleanMixer.CodeMap.SourceFile

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %CleanMixer.CodeMap.SourceFile{
  modules: [CleanMixer.CodeMap.CodeModule.name()],
  path: Path.t(),
  references: [CleanMixer.CodeMap.ModuleReference.t()]
}

Link to this section Functions

Link to this function

has_module?(source_file, name)

Link to this function

prepend_path(file, new_parent_path)

prepend_path(t(), Path.t()) :: t()