Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ setSessionPath
Function
setSessionPath
apps/webuiapps/src/lib/sessionPath.ts:9–11 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
7
let
_sessionPath =
''
;
8
9
export
function
setSessionPath(path: string): void {
10
_sessionPath = path;
11
}
12
13
export
function
getSessionPath(): string {
14
return
_sessionPath;
Callers
1
ChatPanel
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected