(teamName: string)
| 566 | * TeamDelete — already cleaned, don't try again on shutdown). |
| 567 | */ |
| 568 | export function unregisterTeamForSessionCleanup(teamName: string): void { |
| 569 | getSessionCreatedTeams().delete(teamName) |
| 570 | } |
| 571 | |
| 572 | /** |
| 573 | * Clean up all teams created this session that weren't explicitly deleted. |
no test coverage detected