MCPcopy 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.tsFile · 0.45
getCurrentSessionIdFunction · 0.45
clearSessionFunction · 0.45
hasSessionFunction · 0.45

Calls 1

getCurrentSessionMethod · 0.95

Tested by

no test coverage detected