MCPcopy Index your code
hub / github.com/continuedev/continue / getCurrentSession

Function getCurrentSession

extensions/cli/src/session.ts:550–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548 * Get the current session
549 */
550export function getCurrentSession(): Session {
551 return SessionManager.getInstance().getCurrentSession();
552}
553
554/**
555 * Start a new session with a new sessionId

Callers 7

getSessionInfoFunction · 0.85
handleForkFunction · 0.85
session.test.tsFile · 0.85
beforeFileEditMethod · 0.85
afterFileEditMethod · 0.85
createStreamCallbacksFunction · 0.85
getCommonFieldsFunction · 0.85

Calls 2

getCurrentSessionMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected