Provides struct and type for a CodeLine
Summary
Types
@type t() :: %Gleanex.Client.CodeLine{ content: String.t() | nil, lineNumber: integer() | nil, ranges: [Gleanex.Client.TextRange.t()] | nil }
Provides struct and type for a CodeLine
@type t() :: %Gleanex.Client.CodeLine{ content: String.t() | nil, lineNumber: integer() | nil, ranges: [Gleanex.Client.TextRange.t()] | nil }