pub fn is_long_text(s: &str) -> bool
Returns true if the string is long enough or multi-line to warrant line-level diffing instead of inline comparison.
true