Skip to main content

compute_change_tracking_with_limits

Function compute_change_tracking_with_limits 

Source
pub fn compute_change_tracking_with_limits(
    opts: &ChangeTrackingOptions,
    current_markdown: &str,
    current_json: Option<&Value>,
    content_type: Option<&str>,
    limits: &DiffLimits,
) -> ChangeTrackingResult
Expand description

Compute change tracking with explicit limits.