pub fn read_memory_file( workspace: &Path, relative_path: &str, from_line: Option<usize>, num_lines: Option<usize>, ) -> Result<String, String>
Read specific lines from a memory file.