Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ status
Method
status
crates/opencode-tui/src/context/session_context.rs:198–202 ·
view source on GitHub ↗
(&self, session_id: &str)
Source
from the content-addressed store, hash-verified
196
}
197
198
pub fn status(&self, session_id: &str) -> &SessionStatus {
199
self.session_status
200
.get(session_id)
201
.unwrap_or(&SessionStatus::Idle)
202
}
203
}
Callers
15
create_session
Method · 0.45
get_session
Method · 0.45
list_sessions_filtered
Method · 0.45
get_session_status
Method · 0.45
update_session_title
Method · 0.45
delete_session
Method · 0.45
send_prompt
Method · 0.45
execute_shell
Method · 0.45
abort_session
Method · 0.45
get_config_providers
Method · 0.45
list_agents
Method · 0.45
list_skills
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected