OpenCode.Generated.Symbol (opencode_sdk v0.1.7)

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()
}