ExCompileGraph.Module (ex_compile_graph v0.1.0)

Represents a module. A module belongs to a source file

Link to this section Summary

Link to this section Types

@type t() :: %ExCompileGraph.Module{
  module: atom(),
  source_paths: [ExCompileGraph.file_path()]
}

Link to this section Functions

Link to this function

from_record(record)

@spec from_record(record :: Mix.Compilers.Elixir.module()) :: %ExCompileGraph.Module{
  module: term(),
  source_paths: term()
}