pub fn dispatch(
action: &Action,
model: &GalaxyModel,
session: &mut SessionState,
) -> Result<String, String>Expand description
Execute a parsed REPL action against the model, returning output text.
pub fn dispatch(
action: &Action,
model: &GalaxyModel,
session: &mut SessionState,
) -> Result<String, String>Execute a parsed REPL action against the model, returning output text.