Skip to main content

apply_patch

Function apply_patch 

Source
pub fn apply_patch(patch: &RdfPatch) -> Result<PatchResult>
Expand description

Validate an RDF Patch without applying it (convenience function).

Uses the default context which has dry_run = false, so this returns an error directing callers to a real sink. It exists to keep the historical signature; prefer apply_patch_to_sink.