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

Method updateTitle

extensions/cli/src/session.ts:122–126  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

120 }
121
122 updateTitle(title: string): void {
123 const session = this.getCurrentSession();
124 session.title = title;
125 saveSession();
126 }
127
128 clear(): void {
129 this.currentSession = null;

Callers 1

updateSessionTitleFunction · 0.80

Calls 2

getCurrentSessionMethod · 0.95
saveSessionFunction · 0.85

Tested by

no test coverage detected