Skip to main content

interpret_bitemporal_replay

Function interpret_bitemporal_replay 

Source
pub fn interpret_bitemporal_replay(
    snapshots: &[TemporalReplaySnapshot],
    cutoff_recorded_at: &str,
    policy: &CompilerPolicy,
    expected_hash: &ContentDigest,
) -> Option<BitemporalReferenceInterpretation>
Expand description

Replays the newest snapshot before a cutoff and returns both assessment and compiled graph.