pub fn save_verification(
dir: &Path,
verification: &ModelVerification,
) -> Result<(), CloudflareError>Expand description
Read-modify-write upsert of one verification record after a run: load the existing store (preserving every other model’s record), upsert, save.