fn create_chunks_from_boundaries(
text: &str,
lines: &[&str],
boundaries: &[CodeBoundary],
config: &ChunkConfig,
language: &Option<String>,
) -> Result<Vec<ChunkOutput>, ChunkError>Expand description
Create chunks from detected boundaries.