HostKit.SourceLocation (host_kit v0.1.0-beta.0)

Copy Markdown View Source

Source location metadata for HostKit DSL resources.

Summary

Types

t()

@type t() :: %{
  file: String.t() | nil,
  line: pos_integer() | nil,
  column: pos_integer() | nil
}

Functions

from_caller(caller)