Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
259
pub async fn run(learner: Learner) -> Result<()> {
260
let mut tui = Tui::new(learner).await?;
261
tui.run().await
262
}
Callers
1
main
Function · 0.85
Calls
1
run
Method · 0.45
Tested by
no test coverage detected