Skip to main content

check_graph

Function check_graph 

Source
pub fn check_graph(
    node: &CompositionNode,
    store: &(impl StageStore + ?Sized),
) -> Result<CheckResult, Vec<GraphTypeError>>
Expand description

Type-check a composition graph against the stage store.

Returns CheckResult (resolved types + effect warnings) on success, or a list of hard type errors on failure.