Pi.Docs.Source (pi_bridge v0.6.22)

Copy Markdown View Source

A source-code slice.

Summary

Types

t()

@type t() :: %Pi.Docs.Source{
  end_line: pos_integer(),
  module: module() | nil,
  source: String.t() | nil,
  start_line: pos_integer(),
  subject: String.t(),
  text: String.t()
}