Skip to main content

compute_change_tracking

Function compute_change_tracking 

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

Compute change tracking with default limits. See module docs for the caller-supplied-JSON invariant.