Code chunk with source span and optional parent context.
Fields
:content- Chunk text content:language- Programming language:span- Source span:context- Optional parent context
Summary
Types
@type t() :: %Kreuzberg.CodeChunk{ content: String.t(), context: Kreuzberg.CodeChunkContext.t() | nil, language: String.t(), span: Kreuzberg.CodeSpan.t() }