Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
pub 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_hook
Function · 0.85
new
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected