clean_mixer v0.0.4 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
component(arch_map, name)
component(t(), CleanMixer.ArchMap.Component.name()) :: CleanMixer.ArchMap.Component.t() | nil
Link to this function
dependencies_of(arch_map, component)
dependencies_of(t(), CleanMixer.ArchMap.Component.t()) :: [ CleanMixer.ArchMap.Dependency.t() ]
Link to this function
incoming_dependencies_of(arch_map, component)
incoming_dependencies_of(t(), CleanMixer.ArchMap.Component.t()) :: [ CleanMixer.ArchMap.Dependency.t() ]