Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ getSessionId
Method
getSessionId
extensions/cli/src/session.ts:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
getSessionId(): string {
146
return
this.getCurrentSession().sessionId;
147
}
148
149
trackUsage(cost: number, usage: Usage): void {
150
// Accumulate cost
Callers
4
index.ts
File · 0.45
getCurrentSessionId
Function · 0.45
clearSession
Function · 0.45
hasSession
Function · 0.45
Calls
1
getCurrentSession
Method · 0.95
Tested by
no test coverage detected