pub fn create_full_graph(
    env_builder: &EnvBuilder
) -> Result<String, BuilderError>
Expand description

Build a GraphViz representation of the entire Reactor environment. This creates a top-level view of all defined Reactors and any nested children.