Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ hasSession
Method
hasSession
extensions/cli/src/session.ts:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
hasSession(): boolean {
142
return
this.currentSession !== null;
143
}
144
145
getSessionId(): string {
146
return
this.getCurrentSession().sessionId;
Callers
3
saveSession
Function · 0.80
clearSession
Function · 0.80
hasSession
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected