Returns the number of files changed in this turn.
(&self)
| 313 | |
| 314 | /// Returns the number of files changed in this turn. |
| 315 | pub fn turn_file_count(&self) -> usize { |
| 316 | self.files_in_turn.len() |
| 317 | } |
| 318 | |
| 319 | /// Returns `true` if a prompt summary is available. |
| 320 | pub fn has_prompt(&self) -> bool { |