Symbol definition information.
Fields
:name- Symbol name:kind- Symbol kind (e.g. "variable", "constant"):type_annotation- Type annotation if present:span- Source span
Summary
Types
@type t() :: %Kreuzberg.CodeSymbolInfo{ kind: String.t(), name: String.t(), span: Kreuzberg.CodeSpan.t(), type_annotation: String.t() | nil }