ExDaytona.Model.LspLocation (ex_daytona v0.1.0)

Copy Markdown View Source

LspLocation model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.LspLocation{
  range: ExDaytona.Model.LspRange.t(),
  uri: String.t()
}

Functions

decode(value)