MCPcopy 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

7let _sessionPath = '';
8
9export function setSessionPath(path: string): void {
10 _sessionPath = path;
11}
12
13export function getSessionPath(): string {
14 return _sessionPath;

Callers 1

ChatPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected