Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chunk ¶
type Chunk struct { StartByte int EndByte int Length int StartLine int Content string FilePath string Language string }
Chunk represents a code chunk
type Chunker ¶
type Chunker struct {
// contains filtered or unexported fields
}
Chunker wraps the C chunker
Chunker must have Close called to release memory.
func NewChunkerSize ¶
func NewChunkerSplitCode ¶
func (*Chunker) ChunkFiles ¶
Click to show internal directories.
Click to hide internal directories.