async fn dispatch_repl_line(
dispatcher: &mut ChiselDispatcher,
line: &str,
) -> Result<bool>
Expand description
Evaluate a single Solidity line.
async fn dispatch_repl_line(
dispatcher: &mut ChiselDispatcher,
line: &str,
) -> Result<bool>
Evaluate a single Solidity line.