Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
550
export
function
getCurrentSession(): Session {
551
return
SessionManager.getInstance().getCurrentSession();
552
}
553
554
/**
555
* Start a
new
session with a
new
sessionId
Callers
7
getSessionInfo
Function · 0.85
handleFork
Function · 0.85
session.test.ts
File · 0.85
beforeFileEdit
Method · 0.85
afterFileEdit
Method · 0.85
createStreamCallbacks
Function · 0.85
getCommonFields
Function · 0.85
Calls
2
getCurrentSession
Method · 0.80
getInstance
Method · 0.45
Tested by
no test coverage detected