Exograph.File (exograph v0.2.0)

Copy Markdown View Source

Source file stored once per package version.

Summary

Types

t()

@type t() :: %Exograph.File{
  comments_text: String.t(),
  id: integer() | nil,
  package_id: integer() | nil,
  package_version_id: integer() | nil,
  path: String.t(),
  sha256: String.t(),
  source: String.t()
}

Functions

comments_text(source)

new(path, source, context \\ %{})