Skip to main content

Module validate_runtime_complete

Module validate_runtime_complete 

Source
Expand description

Final structural completeness check.

Walks each per-partition installed graph and asserts every wire op is paired with the gate chain the engine expects and every async op carries a DeadlineCheck. Catches missing compiler-inserted ops before the graph reaches Node::ensure_ready.

Functions§

validate_runtime_complete
Validate that every compiler-required gate / lifecycle op is present alongside the ops it serves. Returns Ok(()) on success, Err describing the first missing piece otherwise.