format_write_success

Function format_write_success 

Source
pub fn format_write_success(
    path: &str,
    action: &str,
    lines_written: usize,
    bytes_written: usize,
) -> String
Expand description

Format a write operation response

Creates a consistent response for file/resource write operations.