Module compress_code_outline

Module compress_code_outline 

Source
Available on crate feature tree-sitter only.
Expand description

CompressCodeOutline is a transformer that reduces the size of the outline of a the parent file of a chunk to make it more relevant to the chunk.

Structs§

CompressCodeOutline
CompressCodeChunk rewrites the “Outline” metadata field of a chunk to condense it and make it more relevant to the chunk in question. It is useful as a step after chunking a file that has had outline generated for it with FileToOutlineTreeSitter.
CompressCodeOutlineBuilder
Builder for CompressCodeOutline.

Constants§

NAME