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

Function updateSessionTitle

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

Source from the content-addressed store, hash-verified

541 * Update the current session's title
542 */
543export function updateSessionTitle(title: string): void {
544 SessionManager.getInstance().updateTitle(title);
545}
546
547/**
548 * Get the current session

Callers 4

handleTitleFunction · 0.85
session.test.tsFile · 0.85
handleTitleGenerationFunction · 0.85
createStreamCallbacksFunction · 0.85

Calls 2

updateTitleMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected