Skip to main content

START

Constant START 

Source
pub const START: &str = "__start__";
Expand description

Sentinel constant for graph entry point

Used as the virtual start node when setting entry points via super::StateGraph::set_entry_point.