Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ current
Method
current
crates/opencode-tui/src/components/question.rs:65–67 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
63
}
64
65
pub fn current(&self) -> Option<&QuestionRequest> {
66
self.current_question.as_ref()
67
}
68
69
pub fn close(&mut self) {
70
self.current_question = None;
Callers
1
current_route
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected