fn split_large_chunk(
content: &str,
base_line: usize,
config: &ChunkConfig,
language: &Option<String>,
kind: &BoundaryKind,
name: &Option<String>,
) -> Result<Vec<ChunkOutput>, ChunkError>Expand description
Split a chunk that’s too large.