pub fn purify_row_sync(
blueprint: &Blueprint,
model_name: &str,
row: &Row,
) -> Result<(), Vec<PurifyError>>Expand description
Convenience wrapper: validate with a default (no custom rules) Purifier.
Used by the WASM export and for simple cases that don’t need custom rules.