Function difft::display::side_by_side::displayed_content_max_len_in_bytes
source · fn displayed_content_max_len_in_bytes(
lhs_src: &str,
rhs_src: &str,
hunks: &[Hunk],
num_context_lines: u32
) -> usize
Expand description
Find the longest line in lhs_src
and rhs_src
that will be
displayed.