Clarity.Vertex.Module (Clarity v0.5.1)

Copy Markdown View Source

Vertex implementation for Elixir modules.

Summary

Types

t()

@type t() :: %Clarity.Vertex.Module{
  behaviour?: boolean(),
  module: module(),
  version: :unknown | integer()
}