MCPcopy 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

saveSessionFunction · 0.80
clearSessionFunction · 0.80
hasSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected