Skip to main content

evaluate_temporal_replay

Function evaluate_temporal_replay 

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

Evaluates a temporal replay slice against an expected compiled graph hash.