Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ getSessionId
Method
getSessionId
src/remote/RemoteSessionManager.ts:302–304 ·
view source on GitHub ↗
* Get the session ID
()
Source
from the content-addressed store, hash-verified
300
* Get the session ID
301
*/
302
getSessionId(): string {
303
return
this.config.sessionId
304
}
305
306
/**
307
* Disconnect from the remote session
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected