MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / run_tui

Function run_tui

crates/opencode-tui/src/lib.rs:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34pub fn run_tui() -> anyhow::Result<()> {
35 setup_panic_hook();
36
37 let mut app = App::new()?;
38 app.run()
39}

Callers

nothing calls this directly

Calls 3

setup_panic_hookFunction · 0.85
newFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected