Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ selectSession
Function
selectSession
src/stores/session.ts:619–621 ·
view source on GitHub ↗
* 选择指定会话
(id: string)
Source
from the content-addressed store, hash-verified
617
* 选择指定会话
618
*/
619
function
selectSession(id: string) {
620
currentSessionId.value = id
621
}
622
623
/**
624
* 删除会话
Callers
1
syncSession
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected