(extra: string)
| 1334 | } |
| 1335 | |
| 1336 | appendStartupNotice(extra: string): void { |
| 1337 | this.startupNotice = combineStartupNotice(this.startupNotice, extra); |
| 1338 | } |
| 1339 | |
| 1340 | get backgroundTasks(): ReadonlyMap<string, BackgroundTaskInfo> { |
| 1341 | return this.sessionEventHandler.backgroundTasks; |
nothing calls this directly
no test coverage detected