(teamName: string)
| 558 | * clears it between tests (avoids the PR #17615 cross-shard leak class). |
| 559 | */ |
| 560 | export function registerTeamForSessionCleanup(teamName: string): void { |
| 561 | getSessionCreatedTeams().add(teamName) |
| 562 | } |
| 563 | |
| 564 | /** |
| 565 | * Remove a team from session cleanup tracking (e.g., after explicit |
no test coverage detected