Skip to main content

Module engine

Module engine 

Source
Expand description

Transaction engine: run_transaction and all per-op application logic.

This module is pure: it performs no file I/O and does not mutate the input document (it works on a clone). Dry-run vs. apply is the caller’s concern.

Functions§

run_transaction
Apply tx to doc and return a structured TxResult.