Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateSessionTitle
Function · 0.80
Calls
2
getCurrentSession
Method · 0.95
saveSession
Function · 0.85
Tested by
no test coverage detected