Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ list_sessions
Method
list_sessions
crates/opencode-tui/src/api.rs:295–297 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
293
}
294
295
pub fn list_sessions(&self) -> anyhow::Result<Vec<SessionInfo>> {
296
self.list_sessions_filtered(None, None)
297
}
298
299
pub fn list_sessions_filtered(
300
&self,
Callers
1
refresh_session_list_dialog
Method · 0.45
Calls
1
list_sessions_filtered
Method · 0.80
Tested by
no test coverage detected