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

Method navigate

crates/opencode-tui/src/context/app_context.rs:163–165  ·  view source on GitHub ↗
(&self, route: crate::router::Route)

Source from the content-addressed store, hash-verified

161 }
162
163 pub fn navigate(&self, route: crate::router::Route) {
164 self.router.write().navigate(route);
165 }
166
167 pub fn current_route(&self) -> crate::router::Route {
168 self.router.read().current().clone()

Callers 5

newMethod · 0.45
handle_dialog_keyMethod · 0.45
submit_promptMethod · 0.45
submit_shell_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected