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

Function getCurrentSessionId

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

Source from the content-addressed store, hash-verified

205}
206
207function getCurrentSessionId(): string {
208 return SessionManager.getInstance().getSessionId();
209}
210
211function modifySessionBeforeSave(session: Session): Session {
212 const filteredHistory = session.history.filter((item) => {

Callers 1

getSessionFilePathFunction · 0.85

Calls 2

getSessionIdMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected