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