Function llm_base::util::has_data_left

source ·
pub fn has_data_left(reader: &mut impl BufRead) -> Result<bool, Error>
Expand description

Check if there is any data left in the reader.