Expand description
Semantic code chunker.
Traverses AST nodes to extract semantic code chunks (functions, classes, methods, structs, etc.) from parsed source files.
Functionsยง
- chunk_
file - Parse a source file and extract code chunks.
- chunk_
file_ from_ path - Parse a file from disk: read it, detect language, and chunk it.