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,Errdescribing the first missing piece otherwise.