clean_mixer v0.6.0 CleanMixer.ArchMap

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %CleanMixer.ArchMap{
  components: [CleanMixer.ArchMap.Component.t()],
  dependencies: [CleanMixer.ArchMap.Dependency.t()]
}

Link to this section Functions

Link to this function

build(components)

Link to this function

component_with_file(arch_map, path)

component_with_file(t(), Path.t()) :: CleanMixer.ArchMap.Component.t() | nil
Link to this function

dependencies_of(arch_map, component)

Link to this function

except(arch_map, components)

except(t(), [CleanMixer.ArchMap.Component.t()]) :: t()
Link to this function

graph(arch_map)

graph(t()) :: CleanMixer.Graph.t()
Link to this function

public_files(arch_map, component)

Link to this function

usages_of(arch_map, component)