CleanMixer.ArchMap.Component (clean_mixer v0.11.2)
Link to this section Summary
Link to this section Types
Link to this type
name()
Specs
Specs
t() :: %CleanMixer.ArchMap.Component{
file_dependencies: [CleanMixer.CodeMap.FileDependency.t()],
files: [CleanMixer.CodeMap.SourceFile.t()],
meta: map(),
name: name()
}
Link to this section Functions
Link to this function
child?(child_component, parent_component)
Specs
Link to this function
depth(component)
Specs
depth(t()) :: pos_integer()
Link to this function
file_dependencies(component, other_component)
Specs
file_dependencies(t(), t()) :: [CleanMixer.CodeMap.FileDependency.t()]
Link to this function
has_file?(component, path)
Specs
Link to this function
hex_pack?(component)
Specs
Link to this function
modules(component)
Specs
modules(t()) :: [CleanMixer.CodeMap.CodeModule.t()]
Link to this function