OpenCode.Generated.Symbol (opencode_sdk v0.1.13)

Copy Markdown View Source

Provides struct and type for a Symbol

Summary

Types

t()

@type t() :: %OpenCode.Generated.Symbol{
  kind: number(),
  location: OpenCode.Generated.SymbolLocation.t(),
  name: String.t()
}