MCPcopy Create free account
hub / github.com/Autoparallel/learner / run

Function run

crates/learnerd/src/tui/mod.rs:259–262  ·  view source on GitHub ↗

Runs the Terminal User Interface.

(learner: Learner)

Source from the content-addressed store, hash-verified

257
258/// Runs the Terminal User Interface.
259pub async fn run(learner: Learner) -> Result<()> {
260 let mut tui = Tui::new(learner).await?;
261 tui.run().await
262}

Callers 1

mainFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected