View Source Dagger.SourceMap (dagger v0.15.1)

Source location information.

Summary

Functions

The column number within the line.

The filename from the module source.

A unique identifier for this SourceMap.

The line number within the filename.

The module dependency this was declared in.

Types

t()

@type t() :: %Dagger.SourceMap{client: term(), query_builder: term()}

Functions

column(source_map)

@spec column(t()) :: {:ok, integer()} | {:error, term()}

The column number within the line.

filename(source_map)

@spec filename(t()) :: {:ok, String.t()} | {:error, term()}

The filename from the module source.

id(source_map)

@spec id(t()) :: {:ok, Dagger.SourceMapID.t()} | {:error, term()}

A unique identifier for this SourceMap.

line(source_map)

@spec line(t()) :: {:ok, integer()} | {:error, term()}

The line number within the filename.

module(source_map)

@spec module(t()) :: {:ok, String.t()} | {:error, term()}

The module dependency this was declared in.